X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fcustom-property.h;h=9b2a188aa56597a9911ef7b28529dd7f39f2abe7;hb=62a036e95cc8447bba0ef068948c8feb15de76b2;hp=703446825bd9a59d9f43168a56fde5c6d60507f1;hpb=a98d21af61947956bf979d6055f8c377fc319d14;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/custom-property.h b/dali/internal/event/common/custom-property.h index 7034468..9b2a188 100644 --- a/dali/internal/event/common/custom-property.h +++ b/dali/internal/event/common/custom-property.h @@ -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