X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fdefault-item-layout.h;h=04bc8e60d6dcad6e80a10e4095f40871c7916978;hp=8a880ac5456f52df335d67ffafda426a9484a735;hb=e40f95b837ab8e9f1ce9094ebf4e6ac781e7bf6f;hpb=867aa572372bf901975516db0fa77630754a8c27 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h index 8a880ac..04bc8e6 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -57,7 +57,7 @@ enum Type * @param[in] type The type of layout required * @return An ItemLayoutPtr to the newly created layout */ -DALI_IMPORT_API ItemLayoutPtr New( Type type ); +DALI_TOOLKIT_API ItemLayoutPtr New( Type type ); } // namespace DefaultItemLayout