commit | a1958b7b7a5d865ba799e671be85b064f4ccc3c1 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Wed Sep 05 09:31:08 2007 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Wed Sep 05 09:31:08 2007 +0000 |
tree | 687b4473c7b357b5bacb10ae19fd8ab1b457aa18 | |
parent | a874881d9e819ee4f5284c9f4750c0f75e173e95 [diff] |
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
diff --git a/common/rdr/Exception.h b/common/rdr/Exception.h index 1b92f77..2fdc0a2 100644 --- a/common/rdr/Exception.h +++ b/common/rdr/Exception.h
@@ -34,6 +34,7 @@ else strcat(str_, "Exception"); } + virtual ~Exception() {} virtual const char* str() const { return str_; } };