mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #5887 from Icinga/fix/windows-build-fix
Windows build fix
This commit is contained in:
commit
0791a8ddde
@ -198,8 +198,12 @@ private:
|
||||
class I2_CONFIG_API Expression
|
||||
{
|
||||
public:
|
||||
Expression(void) = default;
|
||||
Expression(const Expression&) = delete;
|
||||
virtual ~Expression(void);
|
||||
|
||||
Expression& operator=(const Expression&) = delete;
|
||||
|
||||
ExpressionResult Evaluate(ScriptFrame& frame, DebugHint *dhint = nullptr) const;
|
||||
virtual bool GetReference(ScriptFrame& frame, bool init_dict, Value *parent, String *index, DebugHint **dhint = nullptr) const;
|
||||
virtual const DebugInfo& GetDebugInfo(void) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user