summaryrefslogtreecommitdiffstats
path: root/common/rfb/ImageGetter.h
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-11-03 00:53:57 +0000
committerDRC <dcommander@users.sourceforge.net>2011-11-03 00:53:57 +0000
commit28c6bcc9b6d653c4790dc8cc14433ce5d13a7c50 (patch)
tree1f87efee5fb172847f15148dcad40dcea816e542 /common/rfb/ImageGetter.h
parent01b2433de87ec4456785fbb9d3bad1b7a38438f2 (diff)
downloadtigervnc-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.h1
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