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