updated to the new ezc api (Generator has three additional parameters now)

This commit is contained in:
2021-07-13 01:46:07 +02:00
parent 2dcfeaa688
commit 2e45cb6ac9
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ namespace TemplatesFunctions
typedef Ezc::Functions<HtmlTextStream> EzcFun;
typedef Ezc::Generator<HtmlTextStream> EzcGen;
typedef Ezc::Generator<HtmlTextStream, true, true> EzcGen;
typedef Ezc::FunInfo<HtmlTextStream> Info; // deprecated
template<class RawType>