X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.cpp;h=f85491fc7030e9251ee66da35c41e3a45517cdcf;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=42ffc44dacfe167a036f44fd0e3cccb787a74fda;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;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); }