X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbase.h;h=19222a6f5d2ac4ac592ae84797c7044c31d7a1a1;hb=584cbe80152ed3bb8cdbedc41c43d63cd10ca799;hp=5308ed655af9d0e167efa4da5f0b84912bc86bb7;hpb=020eeeabd8ee2067d57e3d37cfc65d6d613ba83f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/base.h b/include/base.h index 5308ed655..19222a6f5 100644 --- a/include/base.h +++ b/include/base.h @@ -122,7 +122,7 @@ class CoreExport usecountbase }; template -class CoreExport reference +class reference { T* value; public: @@ -201,7 +201,7 @@ class CoreExport CoreException : public std::exception * Actually no, it does nothing. Never mind. * @throws Nothing! */ - virtual ~CoreException() throw() {}; + virtual ~CoreException() throw() {} /** Returns the reason for the exception. * The module should probably put something informative here as the user will see this upon failure. */