From 3265a393922d260aa89757fb623ff830b60c3f58 Mon Sep 17 00:00:00 2001 From: daemyung jang Date: Thu, 5 Mar 2015 09:58:17 +0900 Subject: [PATCH] Add IMPORT_DALI_API to item-layout Change-Id: Iefde94b007442649cd9100587d71e8f69f2a0525 --- dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h index c81fe2e..92659ed 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h @@ -128,7 +128,7 @@ struct ItemRange * An ItemLayout also describes the direction of input gestures, used to scroll through the layout. * Whilst scrolling, the layout provides a range of items that are within a layout-area (3D bounding volume). */ -class ItemLayout : public RefObject +class DALI_IMPORT_API ItemLayout : public RefObject { public: -- 2.7.4