summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2007-09-05 09:31:08 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2007-09-05 09:31:08 +0000
commita1958b7b7a5d865ba799e671be85b064f4ccc3c1 (patch)
tree687b4473c7b357b5bacb10ae19fd8ab1b457aa18 /common
parenta874881d9e819ee4f5284c9f4750c0f75e173e95 (diff)
downloadtigervnc-a1958b7b7a5d865ba799e671be85b064f4ccc3c1.tar.gz
tigervnc-a1958b7b7a5d865ba799e671be85b064f4ccc3c1.zip
Minor code cleanup to decrease the amount of compilation warnings in Fedora Core 6.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2339 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r--common/rdr/Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rdr/Exception.h b/common/rdr/Exception.h
index 1b92f777..2fdc0a2b 100644
--- a/common/rdr/Exception.h
+++ b/common/rdr/Exception.h
@@ -34,6 +34,7 @@ namespace rdr {
else
strcat(str_, "Exception");
}
+ virtual ~Exception() {}
virtual const char* str() const { return str_; }
};