[4.0] Support custom fonts registration
[platform/core/uifw/dali-adaptor.git] / text / dali / internal / text-abstraction / shaping-impl.h
index 2944cc7..e528817 100644 (file)
@@ -83,7 +83,7 @@ private:
   Shaping( const Shaping& );
 
   // Undefined assignment constructor.
-  Shaping& operator=( Shaping& );
+  Shaping& operator=( const Shaping& );
 
   struct Plugin;
   Plugin* mPlugin;