From: huiyu.eun Date: Fri, 21 Dec 2018 01:01:37 +0000 (+0900) Subject: [5.0]Add DALI_CORE_API keyword X-Git-Tag: accepted/tizen/5.0/unified/20181221.054444^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F196022%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git [5.0]Add DALI_CORE_API keyword Change-Id: Ib315a7935ccb2e95c8d06ef0fa0e882cf57a7168 Signed-off-by: huiyu.eun --- diff --git a/dali/devel-api/events/touch-data-devel.h b/dali/devel-api/events/touch-data-devel.h index 1651611..17e3f34 100644 --- a/dali/devel-api/events/touch-data-devel.h +++ b/dali/devel-api/events/touch-data-devel.h @@ -34,7 +34,7 @@ namespace DevelTouchData * @param[in] point The point required * @return The mouse button value */ -MouseButton::Type GetMouseButton( TouchData touchData, std::size_t point ); +DALI_CORE_API MouseButton::Type GetMouseButton( TouchData touchData, std::size_t point ); } // namespace DevelTouchData