diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 624de69d9..0c2a71f7b 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2541,8 +2541,8 @@ void Fl_Window::show() { //ShowWindow(i->xid,fl_capture?SW_SHOWNOACTIVATE:SW_RESTORE); } #ifdef USE_PRINT_BUTTON -void preparePrintFront(void); -preparePrintFront(); + void preparePrintFront(void); + preparePrintFront(); #endif } |
