updated to the new ezc api (Generator has three additional parameters now)
This commit is contained in:
@@ -79,7 +79,7 @@ private:
|
||||
bool patterns_changed;
|
||||
Patterns patterns;
|
||||
TemplatesNotifyFunctions::NotifyStream notify_stream;
|
||||
Ezc::Generator<TemplatesNotifyFunctions::NotifyStream> generator;
|
||||
Ezc::Generator<TemplatesNotifyFunctions::NotifyStream, true> generator;
|
||||
|
||||
virtual bool Init();
|
||||
virtual bool SignalReceived();
|
||||
|
Reference in New Issue
Block a user