Fixed gcc compiler error.

This commit is contained in:
lotodore
2007-10-18 21:16:49 +00:00
parent d91c972d3c
commit 3e373be458
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "localexception.h"
LocalException::~LocalException()
LocalException::~LocalException() throw()
{
}