X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fevent-handler.h;h=9ad49d10d4b06dcdfc24af84c8675d4006ea8157;hb=bf28ece887a0b3d854fb7059f0dca17f1ac4259a;hp=b6bf33a4b72ef65c332a756b8798cf86d80631a3;hpb=c915fa05d7bee89cd6f2244aa495dcfe292ed365;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/event-handler.h b/dali/internal/window-system/common/event-handler.h index b6bf33a..9ad49d1 100644 --- a/dali/internal/window-system/common/event-handler.h +++ b/dali/internal/window-system/common/event-handler.h @@ -22,11 +22,11 @@ #include #include // uint32_t -#include +#include #include // INTERNAL INCLUDES -#include +#include #include #include @@ -209,7 +209,7 @@ private: Dali::StyleMonitor mStyleMonitor; ///< Handle to the style monitor, set on construction, to send font size and font change events to. DamageObserver& mDamageObserver; ///< Reference to the DamageObserver, set on construction, to sent damage events to. - Dali::ClipboardEventNotifier mClipboardEventNotifier; ///< Pointer to the clipboard event notifier + Dali::TextClipboardEventNotifier mClipboardEventNotifier; ///< Pointer to the clipboard event notifier using ObserverContainer = std::vector; ObserverContainer mObservers; ///< A list of event observer pointers