Build fix for GCC

refs #7822
This commit is contained in:
Gunnar Beutner 2014-11-25 12:36:04 +01:00
parent c220a99f2d
commit 1e5751c540

View File

@ -106,7 +106,7 @@ private:
void DestroyScanner(void);
friend int ::yylex(YYSTYPE *context, icinga::DebugInfo *di, yyscan_t scanner);
friend int ::yyparse(std::vector<Expression *> *elist, ConfigCompiler *context);
friend int ::yyparse(std::vector<icinga::Expression *> *elist, ConfigCompiler *context);
};
class I2_CONFIG_API ConfigFragmentRegistry : public Registry<ConfigFragmentRegistry, String>