Skip to content

Commit 3ec4188

Browse files
committed
Remove FormConcept::menus_ from Linux builds
1 parent a43b26f commit 3ec4188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Code/maxGUI/FormConcept.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ namespace maxGUI
124124
#endif
125125

126126
std::vector<std::unique_ptr<Control>> controls_;
127+
#if defined(MAX_PLATFORM_WINDOWS)
127128
std::vector<std::unique_ptr<Menu>> menus_;
129+
#endif
128130

129131
};
130132

0 commit comments

Comments
 (0)