]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 31 Dec 2011 03:39:48 +0000 (03:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 31 Dec 2011 03:39:48 +0000 (03:39 +0000)
Magick++/lib/Exception.cpp

index 27edc0455dddbcac3ed80125fedda18ac0cdd9aa..67c1afb997eb0e6d06d4b156402da3b7d5df6f6a 100644 (file)
@@ -19,7 +19,8 @@ using namespace std;
 
 // Construct with message string
 Magick::Exception::Exception( const std::string& what_ )
-  : _what(what_)
+  : std::exception(),
+    _what(what_)
 {
 }