diff options
author | Adam Tkac <atkac@redhat.com> | 2009-06-16 10:50:06 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-06-16 10:50:06 +0000 |
commit | c184d95524a196c9a3c12859f36c6c3c4b968130 (patch) | |
tree | badde17836a4032d8616d35ffff33e88d29c17b4 /win/vncviewer | |
parent | 141c17222e64b5e324be33443a6669e87bf87a72 (diff) | |
download | tigervnc-c184d95524a196c9a3c12859f36c6c3c4b968130.tar.gz tigervnc-c184d95524a196c9a3c12859f36c6c3c4b968130.zip |
Declare virtual methods with empty body as pure virtual methods in rfb::CMsgHandler
class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3842 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer')
-rw-r--r-- | win/vncviewer/CConn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/vncviewer/CConn.h b/win/vncviewer/CConn.h index 726a6e86..bf7fd06a 100644 --- a/win/vncviewer/CConn.h +++ b/win/vncviewer/CConn.h @@ -97,6 +97,7 @@ namespace rfb { CSecurity* getCSecurity(int secType); void setColourMapEntries(int firstColour, int nColours, rdr::U16* rgbs); void bell(); + void framebufferUpdateStart() {} void framebufferUpdateEnd(); void setDesktopSize(int w, int h); void setExtendedDesktopSize(int reason, int result, int w, int h, |