PolyXML: Removed pedantic warning

git-svn-id: svn://ultimatepp.org/upp/trunk@11159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2017-06-13 08:52:43 +00:00
parent 2b8959cee7
commit 82fe336cb5

View file

@ -3,7 +3,7 @@
#include <ClassFactory/ClassFactory.h>
NAMESPACE_UPP;
NAMESPACE_UPP
template<class T> class WithPolyXML : public WithFactory<T>
{
@ -257,6 +257,6 @@ template<class K, class T> void PolyXMLArrayMapOne<K, T>::Xmlize(XmlIO &xml)
}
}
END_UPP_NAMESPACE;
END_UPP_NAMESPACE
#endif