summaryrefslogtreecommitdiff
path: root/LocalPluginOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'LocalPluginOptions.h')
-rw-r--r--LocalPluginOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LocalPluginOptions.h b/LocalPluginOptions.h
index 9f30f2f..853181f 100644
--- a/LocalPluginOptions.h
+++ b/LocalPluginOptions.h
@@ -31,6 +31,7 @@ public:
std::string getOptionValue(const std::string &variableName) const;
/// \brief To set option value
void setOptionValue(const std::string &variableName,const std::string &value);
+ //void newOptionValue(const std::string&,const std::string&,const std::string&);
protected:
//for the options
std::string group;