diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-02-06 14:44:32 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-02-13 11:07:33 +0100 |
commit | b7acf86aa9d4d5247ab7b05148fbbdb5e9bee966 (patch) | |
tree | 2e4858bc417f74be53821ee1692af8583313dae7 /common/rfb/SConnection.h | |
parent | 4e3e79dc7d06310cf056354dd789f5da1e17693a (diff) | |
download | tigervnc-b7acf86aa9d4d5247ab7b05148fbbdb5e9bee966.tar.gz tigervnc-b7acf86aa9d4d5247ab7b05148fbbdb5e9bee966.zip |
SConnection internals should be private, just like for CConnection
Diffstat (limited to 'common/rfb/SConnection.h')
-rw-r--r-- | common/rfb/SConnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/SConnection.h b/common/rfb/SConnection.h index 005a7a85..da38b3e0 100644 --- a/common/rfb/SConnection.h +++ b/common/rfb/SConnection.h @@ -183,6 +183,8 @@ namespace rfb { protected: void setState(stateEnum s) { state_ = s; } + + private: void writeFakeColourMap(void); bool readyForSetColourMapEntries; |