X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbase.h;h=0a4456f3a7fd398c2aea015b38dc88c76a5d5ded;hb=e6601069038c35c546fd3f3dce95024b0d13f1b4;hp=5308ed655af9d0e167efa4da5f0b84912bc86bb7;hpb=020eeeabd8ee2067d57e3d37cfc65d6d613ba83f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/base.h b/include/base.h index 5308ed655..0a4456f3a 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: