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=f48070f0438b10f125cc093cf474b843518eae4a;hb=df92f45e89c92ca9b2286d51116ff7b69e75c569;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2 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 */