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