X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fshader-effects%2Fpage-turn-effect.h;h=3e9abb414a2450964c160c9f1a6973760e0f1445;hb=df89f9f230cadaac7be4007d1b1a7cf7dc893011;hp=f48070f0438b10f125cc093cf474b843518eae4a;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 f48070f..3e9abb4 100644 --- a/dali-toolkit/public-api/shader-effects/page-turn-effect.h +++ b/dali-toolkit/public-api/shader-effects/page-turn-effect.h @@ -2,7 +2,7 @@ #define __DALI_PAGE_TURN_EFFECT_H_ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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 */