DALi Version 1.4.17
[platform/core/uifw/dali-demo.git] / examples / frame-callback / frame-callback.cpp
index 142c9eb..fcab8fc 100644 (file)
@@ -31,7 +31,7 @@ void FrameCallback::SetStageWidth( float stageWidth )
   stageHalfWidth = stageWidth * 0.5f;
 }
 
-void FrameCallback::AddId( unsigned int id )
+void FrameCallback::AddId( uint32_t id )
 {
   mActorIdContainer.PushBack( id );
 }