mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fix a compilation error on Win32
This commit is contained in:
parent
e2b203ba8d
commit
d0db8914f7
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
||||||
|
|
||||||
namespace Slic3r { namespace GUI {
|
namespace Slic3r { namespace GUI {
|
||||||
|
|
||||||
|
#if __APPLE__
|
||||||
IOPMAssertionID assertionID;
|
IOPMAssertionID assertionID;
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
disable_screensaver()
|
disable_screensaver()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue