X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Finput%2Fwindows%2Finput-method-context-impl-win.h;h=253bc02a48b04ee3605e1e37d7d5c1dd4c8c06a0;hb=107347fd130dda8102d6eb23d0fa9fc72dcd886d;hp=1af29ef63b9491ee76ec9f4d5c98acf2c2044091;hpb=9559f013c539b0dc42e7e19417bf72465617e2db;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/input/windows/input-method-context-impl-win.h b/dali/internal/input/windows/input-method-context-impl-win.h index 1af29ef..253bc02 100755 --- a/dali/internal/input/windows/input-method-context-impl-win.h +++ b/dali/internal/input/windows/input-method-context-impl-win.h @@ -259,7 +259,7 @@ public: /** * @copydoc Dali::InputMethodContext::GetPreeditStyle() */ - void GetPreeditStyle( Vector< Dali::InputMethodContext::PreeditAttributeData >& attrs ) const override; + void GetPreeditStyle( Dali::InputMethodContext::PreEditAttributeDataContainer& attrs ) const override; private: /** @@ -319,7 +319,7 @@ private: bool mRestoreAfterFocusLost:1; ///< Whether the keyboard needs to be restored (activated ) after focus regained. bool mIdleCallbackConnected:1; ///< Whether the idle callback is already connected. InputMethodOptions mOptions; - Vector< Dali::InputMethodContext::PreeditAttributeData > mPreeditAttrs; + Dali::InputMethodContext::PreEditAttributeDataContainer mPreeditAttrs; ///< Stores preedit attribute data }; } // namespace Adaptor