X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=b151b883d54c15e760501d69e3a613fa63b56f9e;hb=8488a803a9e1dfa293af161eb271503990d6fdd3;hp=bb947e2c4db9962b0a332122c9036739444c00c4;hpb=914aedddb62c3ca4fcabc881ad12b398a1c120f3;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index bb947e2..b151b88 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -308,7 +308,7 @@ namespace senf { # define SENF_EXC_DEBUGINFO # endif -# define SENF_THROW_SYSTEM_EXCEPTION(desc) throw SystemException(desc SENF_EXC_DEBUGINFO) +# define SENF_THROW_SYSTEM_EXCEPTION(desc) throw senf::SystemException(desc SENF_EXC_DEBUGINFO) }