From ad2db255a92a4a0731ff7cf574b2c9e031e8f571 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Mon, 11 Aug 2014 12:05:41 +0100 Subject: [PATCH] Update programming guide after removing deprecated APIs from Adaptor Change-Id: I99b6e36e7af12204a7307c5d1f6075e0ff2733d6 --- docs/content/programming-guide/dali-application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/programming-guide/dali-application.h b/docs/content/programming-guide/dali-application.h index 6912582..99df999 100644 --- a/docs/content/programming-guide/dali-application.h +++ b/docs/content/programming-guide/dali-application.h @@ -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) -- 2.7.4