[Tizen] Making LayoutItem explicit constructor public. 78/181478/1
authorMuhammad Umar <m.umar@partner.samsung.com>
Tue, 12 Jun 2018 19:21:34 +0000 (20:21 +0100)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 14 Jun 2018 06:32:50 +0000 (15:32 +0900)
Change-Id: I37c55a76883977e6f98f0d4e31e7b64fcee5b042

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
 };