mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
c220a99f2d
commit
1e5751c540
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user