Delete view from toolkit and move cluster into demo
[platform/core/uifw/dali-demo.git] / examples / blocks / blocks-example.cpp
index 3d96204..35315df 100644 (file)
@@ -806,7 +806,7 @@ private:
 private:
 
   Application& mApplication;                            ///< Application instance
-  Toolkit::View mView;                                  ///< The View instance.
+  Toolkit::Control mView;                               ///< The View instance.
   Layer mContentLayer;                                  ///< The content layer (contains game actors)
   ImageActor mBall;                                     ///< The Moving ball image.
   Vector3 mBallStartPosition;                           ///< Ball Start position