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_; }
   };