X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_template.cpp;h=3a4523dc6508df512ee34365f0320eba8b68432c;hb=a59a52927e5ee439e086f612b7752ab7e6808150;hp=c026184e7cb988e2b8223b21c392882872aed3ea;hpb=bbe527cd451b7d260381d36a161b09ed0ae5c6ca;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.cpp b/src/filter_template.cpp index c026184..3a4523d 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -44,7 +44,7 @@ namespace metaproxy_1 { } // define Pimpl wrapper forwarding to Impl - + yf::Template::Template() : m_p(new Impl) { } @@ -75,7 +75,7 @@ yf::Template::Impl::Impl() } yf::Template::Impl::~Impl() -{ +{ } void yf::Template::Impl::configure(const xmlNode *xmlnode, bool test_only,