Revert public API changes. BATCH property.
[platform/core/uifw/dali-demo.git] / examples / homescreen-benchmark / homescreen-benchmark.cpp
index 3957954..4cc62ee 100644 (file)
@@ -17,6 +17,7 @@
 
 // EXTERNAL INCLUDES
 #include <dali-toolkit/dali-toolkit.h>
+#include <dali/devel-api/actors/actor-devel.h>
 #include <sstream>
 #include <iostream>
 
@@ -372,7 +373,7 @@ public:
 
       if( mConfig.mTableViewEnabled && mConfig.mBatchingEnabled )
       {
-        page.SetProperty( Actor::Property::BATCH_PARENT, true );
+        page.SetProperty( DevelActor::Property::BATCH_PARENT, true );
       }
     }