X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fdevel-api%2Fadaptor-framework%2Finput-method-options.h;h=15a339db8c62177f4a1feffee9af870e610d71fc;hb=80ceb2407f7f9a92a7cffa46f4e60d93be273440;hp=b2e98e2f21440035f46e61f16c08cdb937e3b88f;hpb=24b259147e45dae135491be9d2418fb6a9465a19;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/devel-api/adaptor-framework/input-method-options.h b/adaptors/devel-api/adaptor-framework/input-method-options.h index b2e98e2..15a339d 100644 --- a/adaptors/devel-api/adaptor-framework/input-method-options.h +++ b/adaptors/devel-api/adaptor-framework/input-method-options.h @@ -19,6 +19,8 @@ */ // EXTERNAL INCLUDES +#include + #include // INTERNAL INCLUDES @@ -40,6 +42,11 @@ public: InputMethodOptions(); /// Default InputMethodOptions options /** + * Destructor + */ + ~InputMethodOptions(); + + /** * @brief Returns whether panel layout type is password or not * @return true if panel layout type is password, false otherwise. */ @@ -70,7 +77,7 @@ public: // Intended for internal use private: struct Impl; - Impl* mImpl; + std::unique_ptr mImpl; }; } // namespace Dali