]> source.dussan.org Git - tigervnc.git/commitdiff
Minor code cleanup to decrease the amount of compilation warnings in Fedora Core 6.
authorConstantin Kaplinsky <const@tightvnc.com>
Wed, 5 Sep 2007 09:31:08 +0000 (09:31 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Wed, 5 Sep 2007 09:31:08 +0000 (09:31 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2339 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rdr/Exception.h

index 1b92f7778e5d11ba2584f85606c83f645c4cdcd3..2fdc0a2bfb8c73e3acb18033008d25619d531f2f 100644 (file)
@@ -34,6 +34,7 @@ namespace rdr {
       else
         strcat(str_, "Exception");
     }
+    virtual ~Exception() {}
     virtual const char* str() const { return str_; }
   };