diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-09-05 09:31:08 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-09-05 09:31:08 +0000 |
commit | a1958b7b7a5d865ba799e671be85b064f4ccc3c1 (patch) | |
tree | 687b4473c7b357b5bacb10ae19fd8ab1b457aa18 /common | |
parent | a874881d9e819ee4f5284c9f4750c0f75e173e95 (diff) | |
download | tigervnc-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.h | 1 |
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_; } }; |