Fix the crash when it assumes the platform does not support multiple windows as GL...
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / input-method-options.cpp
index a035763..4e0d8fa 100644 (file)
@@ -53,7 +53,7 @@ InputMethodOptions::~InputMethodOptions()
   // for unique_ptr to work with forward declaration
 }
 
-bool InputMethodOptions::IsPassword()
+bool InputMethodOptions::IsPassword() const
 {
   return (mImpl->mPanelLayout == Dali::InputMethod::PanelLayout::PASSWORD);
 }