X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.cpp;h=f85491fc7030e9251ee66da35c41e3a45517cdcf;hb=1cdd720a9a3ba872aa092c80b28413d8b2579eed;hp=42ffc44dacfe167a036f44fd0e3cccb787a74fda;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.cpp b/src/filter_template.cpp index 42ffc44..f85491f 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -52,7 +52,8 @@ yf::Template::~Template() { // must have a destructor because of boost::scoped_ptr } -void yf::Template::configure(const xmlNode *xmlnode, bool test_only) +void yf::Template::configure(const xmlNode *xmlnode, bool test_only, + const char *path) { m_p->configure(xmlnode); }