Update programming guide after removing deprecated APIs from Adaptor
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / dali-application.h
index 6912582..99df999 100644 (file)
@@ -122,7 +122,7 @@ Dali provides a Window class to manage drawing to a default surface. It is also
 @code
 void CreateProgram(Application& app)
 {
-  app.GetWindow().ShowIndicator(true);
+  app.GetWindow().ShowIndicator(Dali::Window::VISIBLE);
 }
 
 int main (int argc, char **argv)