.ClassFactory: Warning fix

git-svn-id: svn://ultimatepp.org/upp/trunk@11600 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2017-12-21 09:29:58 +00:00
parent 2b7325a912
commit f5500162d3

View file

@ -3,7 +3,7 @@
#include <Draw/Draw.h>
NAMESPACE_UPP;
NAMESPACE_UPP
extern String CLASSFACTORY_UNKNOWN;
@ -174,6 +174,6 @@ template<class T> class WithFactory
INITBLOCK { \
type::RegisterClassGroupIcon(groupMask, desc, icon); \
}
END_UPP_NAMESPACE;
END_UPP_NAMESPACE
#endif