X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.cti;h=c990d455a8cbd5d9cd85337b290863ee810ff19c;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=ccfa45e593848a3029b935861abeb0d61450a605;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/IgnoreValue.cti b/senf/Utils/IgnoreValue.cti index ccfa45e..c990d45 100644 --- a/senf/Utils/IgnoreValue.cti +++ b/senf/Utils/IgnoreValue.cti @@ -28,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ void senf::IGNORE(T const &) @@ -38,7 +38,7 @@ template prefix_ void senf::IGNORE(T const *) {} -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_