X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fshader-effects%2Fpage-turn-effect.h;h=3e9abb414a2450964c160c9f1a6973760e0f1445;hp=1d2b8e6c8be35ad1202e882f84839c470144cef2;hb=df92f45e89c92ca9b2286d51116ff7b69e75c569;hpb=e4e5db1d2d7997e7bf803a531048d8dcb959083b diff --git a/dali-toolkit/public-api/shader-effects/page-turn-effect.h b/dali-toolkit/public-api/shader-effects/page-turn-effect.h index 1d2b8e6..3e9abb4 100644 --- a/dali-toolkit/public-api/shader-effects/page-turn-effect.h +++ b/dali-toolkit/public-api/shader-effects/page-turn-effect.h @@ -64,7 +64,7 @@ class PageTurnEffect; * Animation animation[mAnimationIndex] = Animation::New( ... );\n * animation.AnimateTo(Property( pageTurnEffect, pageTurnEffect.PageTurnEffect::GetCurrentCenterPropertyName() ), * currentCenter, - * AlphaFunctions::...);\n + * AlphaFunction::...);\n * animation[mAnimationIndex].Play(); \n */