Combine Internal::ProxyObject & Internal::Object
[platform/core/uifw/dali-core.git] / dali / public-api / scripting / scripting.cpp
index 5e34b56..6eddb5c 100644 (file)
@@ -539,7 +539,7 @@ void CreatePropertyMap( Image image, Property::Map& map )
   {
     std::string imageType( "ResourceImage" );
 
-    // Get Type - cannot use TypeRegistry as Image is not a ProxyObject and thus, not registered
+    // Get Type - cannot use TypeRegistry as Image is not aObject and thus, not registered
     if ( BitmapImage::DownCast( image ) )
     {
       imageType = "BitmapImage";