diff --git a/include/fc/exception/exception.hpp b/include/fc/exception/exception.hpp index 3e78fe4..827d227 100644 --- a/include/fc/exception/exception.hpp +++ b/include/fc/exception/exception.hpp @@ -231,7 +231,7 @@ namespace fc :BASE(c){} \ TYPE( const BASE& c ) \ :BASE(c){} \ - TYPE():exception(CODE, BOOST_PP_STRINGIZE(TYPE), WHAT){}\ + TYPE():BASE(CODE, BOOST_PP_STRINGIZE(TYPE), WHAT){}\ \ virtual std::shared_ptr dynamic_copy_exception()const\ { return std::make_shared( *this ); } \