From c75b503d3829c574db58924d404e5176e1bcd992 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Thu, 12 Jul 2001 15:49:13 +0000 Subject: Fixes for GCC 3.0 --- src/cppunit/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit/Exception.cpp') diff --git a/src/cppunit/Exception.cpp b/src/cppunit/Exception.cpp index e2059fe..a1269ae 100644 --- a/src/cppunit/Exception.cpp +++ b/src/cppunit/Exception.cpp @@ -29,7 +29,7 @@ Exception::Exception( std::string message, /// Destruct the exception -Exception::~Exception () +Exception::~Exception () throw() { } -- cgit v1.2.1