Update wrt-plugins-common_0.3.53
[framework/web/wrt-plugins-common.git] / src / modules / tizen / WidgetInterfaceDAO / WidgetInterfaceDAO.h
index da5c8ff..371ae58 100644 (file)
@@ -47,7 +47,7 @@ class WidgetInterfaceDAO :
     DPL::Optional<std::string> getValue(const std::string& key) const;
     void clear(bool removeReadOnly);
     size_t getStorageSize() const;
-    std::string getValueByIndex(size_t index) const;
+    std::string getKeyByIndex(size_t index) const;
 
   protected:
     int m_widgetHandle;