From 82fe336cb56a09ad1e08bcad27c94dfad8f061d2 Mon Sep 17 00:00:00 2001 From: koldo Date: Tue, 13 Jun 2017 08:52:43 +0000 Subject: [PATCH] PolyXML: Removed pedantic warning git-svn-id: svn://ultimatepp.org/upp/trunk@11159 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/PolyXML/PolyXML.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar/PolyXML/PolyXML.h b/bazaar/PolyXML/PolyXML.h index ebdb0f812..62f2c1b5a 100644 --- a/bazaar/PolyXML/PolyXML.h +++ b/bazaar/PolyXML/PolyXML.h @@ -3,7 +3,7 @@ #include -NAMESPACE_UPP; +NAMESPACE_UPP template class WithPolyXML : public WithFactory { @@ -257,6 +257,6 @@ template void PolyXMLArrayMapOne::Xmlize(XmlIO &xml) } } -END_UPP_NAMESPACE; +END_UPP_NAMESPACE #endif