diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-11-03 00:53:57 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-11-03 00:53:57 +0000 |
commit | 28c6bcc9b6d653c4790dc8cc14433ce5d13a7c50 (patch) | |
tree | 1f87efee5fb172847f15148dcad40dcea816e542 /common/rfb/ImageGetter.h | |
parent | 01b2433de87ec4456785fbb9d3bad1b7a38438f2 (diff) | |
download | tigervnc-28c6bcc9b6d653c4790dc8cc14433ce5d13a7c50.tar.gz tigervnc-28c6bcc9b6d653c4790dc8cc14433ce5d13a7c50.zip |
Fix compiler warnings uncovered with -Wall
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4752 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/ImageGetter.h')
-rw-r--r-- | common/rfb/ImageGetter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/ImageGetter.h b/common/rfb/ImageGetter.h index 290249f6..2e7bf376 100644 --- a/common/rfb/ImageGetter.h +++ b/common/rfb/ImageGetter.h @@ -25,6 +25,7 @@ namespace rfb { public: virtual void getImage(void* imageBuf, const Rect& r, int stride=0) = 0; + virtual ~ImageGetter() {} }; } #endif |