Adaptor namespaces fixed.
[platform/core/uifw/dali-adaptor.git] / text / dali / public-api / text-abstraction / segmentation.h
index 1dd25bb..63d5107 100644 (file)
 namespace Dali
 {
 
-namespace Internal DALI_INTERNAL
+namespace TextAbstraction
 {
 
-namespace TextAbstraction
+namespace Internal DALI_INTERNAL
 {
+
 class Segmentation;
-} // TextAbstraction
+
 } // Internal
 
+} // TextAbstraction
+
 namespace TextAbstraction
 {
 
@@ -66,7 +69,7 @@ public:
    *
    * @param[in] implementation A pointer to the internal segmentation object.
    */
-  explicit DALI_INTERNAL Segmentation( Dali::Internal::TextAbstraction::Segmentation* implementation );
+  explicit DALI_INTERNAL Segmentation( Internal::Segmentation* implementation );
 
   /**
    * @brief Retrieve a handle to the Segmentation instance.