Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_record_transform.cpp
index f95d040..8e43e1e 100644 (file)
@@ -56,7 +56,8 @@ yf::RecordTransform::~RecordTransform()
 {  // must have a destructor because of boost::scoped_ptr
 }
 
-void yf::RecordTransform::configure(const xmlNode *xmlnode, bool test_only)
+void yf::RecordTransform::configure(const xmlNode *xmlnode, bool test_only,
+                                    const char *path)
 {
     m_p->configure(xmlnode);
 }