mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 07:48:47 -07:00
fix ifndef in wxExtensions.hpp
This commit is contained in:
parent
eba3fe207f
commit
d4676ee9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include "Widgets/PopupWindow.hpp"
|
#include "Widgets/PopupWindow.hpp"
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifndef __linux__
|
||||||
void msw_rescale_menu(wxMenu* menu); //TODO: PS RENAME (sys_color_changed_menu)
|
void msw_rescale_menu(wxMenu* menu); //TODO: PS RENAME (sys_color_changed_menu)
|
||||||
#else
|
#else
|
||||||
inline void msw_rescale_menu(wxMenu* /* menu */) {} //TODO: PS RENAME (sys_color_changed_menu)
|
inline void msw_rescale_menu(wxMenu* /* menu */) {} //TODO: PS RENAME (sys_color_changed_menu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue