X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FParse.cci;h=3ac5ed4684434112fe8952f05784d14701a3655a;hb=ecb47e13433d59c79a74a4641a2e68648f142723;hp=6818aeeeccbe77cfdcadeff695dffb76c99c1ae9;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/Parse.cci b/senf/Utils/Console/Parse.cci index 6818aee..3ac5ed4 100644 --- a/senf/Utils/Console/Parse.cci +++ b/senf/Utils/Console/Parse.cci @@ -329,7 +329,7 @@ senf::console::CheckedArgumentIteratorWrapper::operator++(int) prefix_ senf::console::CommandParser::Impl & senf::console::CommandParser::impl() { - SENF_ASSERT(impl_); + SENF_ASSERT(impl_, "Ineral error: PIMPL pointer NULL ??"); return *impl_; }