Fixed gcc compiler error.
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
|
||||
LocalException(const char *sourcefile, int sourceline, int errorId)
|
||||
: PokerTHException(sourcefile, sourceline, errorId, 0) {}
|
||||
virtual ~LocalException();
|
||||
virtual ~LocalException() throw();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user