X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FTraits.ct;h=8749e9a8f2d6f8c1349366fcf21174ad0b64376f;hb=1d95912e59f822e19e4972727fa2fa6db6b2bf63;hp=0f8da26ef09b54813f198f047e4e88769570d147;hpb=1a5325658043faa2d92ee475ff7ed9bf38ccfd4b;p=senf.git diff --git a/Utils/Console/Traits.ct b/Utils/Console/Traits.ct index 0f8da26..8749e9a 100644 --- a/Utils/Console/Traits.ct +++ b/Utils/Console/Traits.ct @@ -31,7 +31,7 @@ ///////////////////////////////ct.p//////////////////////////////////////// template -prefix_ void +prefix_ bool senf::console::senf_console_parse_argument(ParseCommandInfo::TokensRange const & tokens, Type & out) { @@ -44,6 +44,7 @@ senf::console::senf_console_parse_argument(ParseCommandInfo::TokensRange const & catch (std::bad_cast & ex) { throw SyntaxErrorException("parameter syntax error"); } + return false; } ///////////////////////////////////////////////////////////////////////////