updated to the new ezc api (Generator has three additional parameters now)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user