Fixed gcc compiler error.

This commit is contained in:
lotodore
2007-10-18 21:13:06 +00:00
parent 990b99f051
commit d91c972d3c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
NetException(const char *sourcefile, int sourceline, int errorId, int osErrorCode)
: PokerTHException(sourcefile, sourceline, errorId, osErrorCode) {}
virtual ~NetException();
virtual ~NetException() throw();
};
#endif