summaryrefslogtreecommitdiff
path: root/stvw_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'stvw_cfg.h')
-rwxr-xr-xstvw_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stvw_cfg.h b/stvw_cfg.h
index 9001fe7..a3fd01e 100755
--- a/stvw_cfg.h
+++ b/stvw_cfg.h
@@ -55,7 +55,7 @@ class cSmartTvConfig {
eGroupSep mGroupSep;
string mServerAddress;
int mServerPort;
- bool mRecCmds;
+ bool mCmds;
public:
cSmartTvConfig(string dir);
@@ -73,7 +73,7 @@ class cSmartTvConfig {
eGroupSep getGroupSep() { return mGroupSep; };
string getServerAddress() { return mServerAddress; };
int getServerPort() { return mServerPort; };
- bool getRecCmds() { return mRecCmds; };
+ bool getCmds() { return mCmds; };
};
#endif