X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcontrol-impl.h;h=053a8ecb439f585e895482287b2ec70d739c9a2f;hp=b7b2bd4a331f53c4b85a8d0d789fa7ec37f7b312;hb=6b0a98e24583f4334c9edf2f0cb7f9070577e66f;hpb=3173f784fd4d6a754d37d67aa8737eab4bd9ae72 diff --git a/dali-toolkit/public-api/controls/control-impl.h b/dali-toolkit/public-api/controls/control-impl.h index b7b2bd4..053a8ec 100644 --- a/dali-toolkit/public-api/controls/control-impl.h +++ b/dali-toolkit/public-api/controls/control-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_CONTROL_IMPL_H /* - * Copyright (c) 2018 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. @@ -685,7 +685,7 @@ private: DALI_INTERNAL Control& operator=( const Control& ); public: - class Impl; // Class declaration is public so we can internally add devel API's to the Controls Impl + class DALI_INTERNAL Impl; // Class declaration is public so we can internally add devel API's to the Controls Impl private: Impl* mImpl;