X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FParse.hh;fp=senf%2FUtils%2FConsole%2FParse.hh;h=4be39ff6fe3314452dea3638e36254d94b036ac1;hp=a49c473cbd7cc36904416b9d2a44526362049254;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 diff --git a/senf/Utils/Console/Parse.hh b/senf/Utils/Console/Parse.hh index a49c473..4be39ff 100644 --- a/senf/Utils/Console/Parse.hh +++ b/senf/Utils/Console/Parse.hh @@ -211,7 +211,7 @@ namespace senf { namespace console { - namespace detail { class FilePositionWithIndex; } + namespace detail { struct FilePositionWithIndex; } namespace detail { struct ParserAccess; } @@ -656,7 +656,7 @@ namespace console { boost::scoped_ptr impl_; - friend class SetIncremental; + friend struct SetIncremental; }; }}