aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/Geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/x0vncserver/Geometry.h')
-rw-r--r--unix/x0vncserver/Geometry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/x0vncserver/Geometry.h b/unix/x0vncserver/Geometry.h
index fdd9033d..48ba2284 100644
--- a/unix/x0vncserver/Geometry.h
+++ b/unix/x0vncserver/Geometry.h
@@ -41,6 +41,8 @@ public:
const Rect& getRect() const { return m_rect; }
protected:
+ Rect parseString(const char *arg) const;
+
static StringParameter m_geometryParam;
Rect m_rect;