diff options
Diffstat (limited to 'databases/usogres/files/patch-exception.cc')
-rw-r--r-- | databases/usogres/files/patch-exception.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/usogres/files/patch-exception.cc b/databases/usogres/files/patch-exception.cc new file mode 100644 index 000000000000..9098de3c6284 --- /dev/null +++ b/databases/usogres/files/patch-exception.cc @@ -0,0 +1,11 @@ +--- src/exception.cc.orig Wed Aug 20 19:02:22 2003 ++++ src/exception.cc Wed Aug 20 19:02:25 2003 +@@ -32,7 +32,7 @@ + { + } + +-UsogresException::~UsogresException() ++UsogresException::~UsogresException() throw() + { + delete [] msg_buf; + } |