Revert "[Tizen] Making LayoutItem explicit constructor public."
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 02:21:33 +0000 (11:21 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 02:21:36 +0000 (11:21 +0900)
This reverts commit e8cb25a747964616966eac8448e3f436cdbbf0da.

Change-Id: Icfc634fe30389a25ef9bbb6df3694f536e3cc768

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

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