Cleaning up the property framework; removal of duplicate methods and incorrect assers
[platform/core/uifw/dali-core.git] / dali / internal / event / common / custom-property.h
index 7034468..9b2a188 100644 (file)
@@ -114,8 +114,8 @@ public:
    */
   const SceneGraph::PropertyBase* GetSceneGraphProperty() const
   {
-    DALI_ASSERT_DEBUG(mProperty && "Get on uninitialized SceneGraph property") ;
-    return mProperty ;
+    DALI_ASSERT_DEBUG(mProperty && "Accessing uninitialized SceneGraph property") ;
+    return mProperty;
   }
 
   std::string name;       ///< The name of the property