Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / src / filter_log.hpp
index 764568c..c0aa477 100644 (file)
@@ -34,8 +34,8 @@ namespace metaproxy_1 {
             void process(metaproxy_1::Package & package) const;
             void configure(const xmlNode * ptr, bool test_only,
                 const char *path);
-        private:
             class Impl;
+        private:
             boost::scoped_ptr<Impl> m_p;
         };
     }