Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_log.cpp
index 2e128f3..76b6cc5 100644 (file)
@@ -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);
 }