commit | 28c6bcc9b6d653c4790dc8cc14433ce5d13a7c50 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Thu Nov 03 00:53:57 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Thu Nov 03 00:53:57 2011 +0000 |
tree | 1f87efee5fb172847f15148dcad40dcea816e542 | |
parent | 01b2433de87ec4456785fbb9d3bad1b7a38438f2 [diff] [blame] |
Fix compiler warnings uncovered with -Wall git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4752 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/ImageGetter.h b/common/rfb/ImageGetter.h index 290249f..2e7bf37 100644 --- a/common/rfb/ImageGetter.h +++ b/common/rfb/ImageGetter.h
@@ -25,6 +25,7 @@ public: virtual void getImage(void* imageBuf, const Rect& r, int stride=0) = 0; + virtual ~ImageGetter() {} }; } #endif