X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fanimation.md;h=f979870b7722f2058534aade900c355283a85810;hb=2f09a7825b87ecd29e58f0b2a8d2da5edc4313c3;hp=0e927a606da452239dfdfdcdd75eeb70f8a681b1;hpb=30d4771a0e8439a976ca95647e655b7fa5796462;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/animation.md b/docs/content/shared-javascript-and-cpp-documentation/animation.md index 0e927a6..f979870 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/animation.md +++ b/docs/content/shared-javascript-and-cpp-documentation/animation.md @@ -75,7 +75,7 @@ void ExampleCallback( Animation& source ) std::cout << "Animation has finished" << std::endl; } ... -animation.FinishedSignal().Connect( ExampleCallback ); +animation.FinishedSignal().Connect( &ExampleCallback ); ~~~ ### Alpha Functions