X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_zoom.cpp;h=b6258987adab498b33ecb6066f60c864236da447;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=76992fa531e299df8cb3bd39ec18f10e5c700768;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_zoom.cpp b/src/filter_zoom.cpp index 76992fa..b625898 100644 --- a/src/filter_zoom.cpp +++ b/src/filter_zoom.cpp @@ -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); }