Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_template.cpp
index 42ffc44..f85491f 100644 (file)
@@ -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);
 }