.CtrlLib: MacMenu.mm fixed to compile with older clang

git-svn-id: svn://ultimatepp.org/upp/trunk@13317 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-05-16 11:22:37 +00:00
parent 69eeb1cec8
commit b258c05729

View file

@ -1,3 +1,5 @@
#ifndef flagSKELETON
#include <CtrlLib/CtrlLib.h>
#include <CtrlCore/CocoMM.h>
@ -342,3 +344,5 @@ NSMenu *Cocoa_DockMenu() {
};
#endif
#endif