summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/vnc/vncserver.h')
-rw-r--r--src/client/vnc/vncserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/vnc/vncserver.h b/src/client/vnc/vncserver.h
index 790b295..ac45822 100644
--- a/src/client/vnc/vncserver.h
+++ b/src/client/vnc/vncserver.h
@@ -31,7 +31,7 @@ private:
public:
static VncServer *instance();
- bool isVncServerRunning();
+ inline bool isVncServerRunning(){ return _port > 0; }
void start();
void stop();