mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
PolyXML: Removed pedantic warning
git-svn-id: svn://ultimatepp.org/upp/trunk@11159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2b8959cee7
commit
82fe336cb5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue