X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit-internal%2Fdali-toolkit-test-utils%2Fdummy-visual.h;h=05cae85ef9121eb4e738bfd3e92105edd09c3eba;hp=73e81853657b0bc65ab4f42fc5bb3343cf232914;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=0ba4d17563f6d40d65b4d233b1a44a2d0a6fc709 diff --git a/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/dummy-visual.h b/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/dummy-visual.h index 73e8185..05cae85 100644 --- a/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/dummy-visual.h +++ b/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/dummy-visual.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEST_DUMMY_VISUAL_H__ -#define __DALI_TOOLKIT_TEST_DUMMY_VISUAL_H__ +#ifndef DALI_TOOLKIT_TEST_DUMMY_VISUAL_H +#define DALI_TOOLKIT_TEST_DUMMY_VISUAL_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -80,7 +80,7 @@ protected: virtual void DoSetProperties( const Property::Map& propertyMap ) override; virtual void OnSetTransform() override; virtual void DoSetOnStage( Actor& actor ) override; - virtual void OnDoAction( const Property::Index actionName, const Property::Value attributes ); + virtual void OnDoAction( const Property::Index actionName, const Property::Value& attributes ) override; private: unsigned int mActionCounter; @@ -94,4 +94,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEST_DUMMY_VISUAL_H__ +#endif // DALI_TOOLKIT_TEST_DUMMY_VISUAL_H