Add defensive code to detect text memory buffer corruption
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index 415b8f5..85c6818 100755 (executable)
@@ -1497,9 +1497,12 @@ protected: // Destructor.
    */
   virtual ~Controller();
 
+public:
+
+  struct Impl; ///< Made public for testing purposes
+
 private:
 
-  struct Impl;
   Impl* mImpl;
 };