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 {
|
||||
|
||||
#if __APPLE__
|
||||
IOPMAssertionID assertionID;
|
||||
#endif
|
||||
|
||||
void
|
||||
disable_screensaver()
|
||||
|
|
Loading…
Reference in a new issue