From 6b0a98e24583f4334c9edf2f0cb7f9070577e66f Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Fri, 26 Apr 2019 16:06:44 +0100 Subject: [PATCH 1/1] Ensure we do not export Internal::Control::Impl symbols Change-Id: I6c877681e38cf6a0cef5920f77679e058d967c4c --- dali-toolkit/public-api/controls/control-impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4