Ensure we do not export Internal::Control::Impl symbols 26/204826/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 26 Apr 2019 15:06:44 +0000 (16:06 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 26 Apr 2019 15:06:44 +0000 (16:06 +0100)
Change-Id: I6c877681e38cf6a0cef5920f77679e058d967c4c

dali-toolkit/public-api/controls/control-impl.h

index b7b2bd4..053a8ec 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_CONTROL_IMPL_H
 
 /*
 #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.
  *
  * 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:
   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;
 
 private:
   Impl* mImpl;