diff --git a/Reference/SmartPtr.h b/Reference/SmartPtr.h index a8d4840..3f241a8 100644 --- a/Reference/SmartPtr.h +++ b/Reference/SmartPtr.h @@ -567,7 +567,7 @@ namespace Loki { NullPointerException() : std::runtime_error("") { } - const char* what() const + const char* what() const throw() { return "Null Pointer Exception"; } };