Revert "Change EventBase::SetVal to virtual"
[platform/core/appfw/app-core.git] / tizen-cpp / app-core-cpp / app_core_base.hh
index 2107311..815c6ff 100644 (file)
@@ -61,8 +61,8 @@ class EXPORT_API AppCoreBase : public IAppCore, public IMainLoop {
     Type GetType() const override;
     std::string GetVal(std::string cur) const;
     int GetVal(int cur) const;
-    virtual void SetVal(std::string val);
-    virtual void SetVal(int val);
+    void SetVal(std::string val);
+    void SetVal(int val);
 
    private:
     class Impl;