Fixed some misc. compiler warnings.

This commit is contained in:
Alex Szpakowski
2015-05-23 12:45:58 -03:00
parent 17fe6bd30a
commit c3fd7a25a3
10 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
* @param fmt The format string (see printf).
**/
Exception(const char *fmt, ...);
virtual ~Exception() throw() {}
virtual ~Exception() throw();
/**
* Returns a string containing reason for the exception.