X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.cpp;h=76b6cc51bea2040138be2ca9d97c52c29fa9112e;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=2e128f339bd3df3e64a7f7018394825b39f84637;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 2e128f3..76b6cc5 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -109,7 +109,8 @@ yf::Log::~Log() { // must have a destructor because of boost::scoped_ptr } -void yf::Log::configure(const xmlNode *xmlnode, bool test_only) +void yf::Log::configure(const xmlNode *xmlnode, bool test_only, + const char *path) { m_p->configure(xmlnode); }