[Tizen] Making LayoutItem explicit constructor public.
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 02:29:44 +0000 (11:29 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 02:29:47 +0000 (11:29 +0900)
This reverts commit 521330203541f17eaeffbd9f23e72de077d89ce0.

Change-Id: I51a297baa7580a3f0bdc7980a9b5ac36c1015097

dali-toolkit/devel-api/layouting/layout-item.h

index bfe776f..5b042c6 100644 (file)
@@ -122,7 +122,7 @@ public:
    *
    * @param[in] actor A pointer to a newly allocated Dali resource
    */
-  explicit DALI_INTERNAL LayoutItem( Internal::LayoutItem* LayoutItem );
+  explicit LayoutItem( Internal::LayoutItem* LayoutItem );
   /// @endcond
 };