aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/MonitorIndicesParameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/MonitorIndicesParameter.h')
-rw-r--r--vncviewer/MonitorIndicesParameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/MonitorIndicesParameter.h b/vncviewer/MonitorIndicesParameter.h
index 58e55e43..80512c32 100644
--- a/vncviewer/MonitorIndicesParameter.h
+++ b/vncviewer/MonitorIndicesParameter.h
@@ -29,7 +29,7 @@ public:
MonitorIndicesParameter(const char* name_, const char* desc_, const char* v);
std::set<int> getParam();
bool setParam(std::set<int> indices);
- bool setParam(const char* value);
+ bool setParam(const char* value) override;
private:
typedef struct {
int x, y, w, h;