diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index b1715edb2..0caf501f1 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -86,7 +86,7 @@ */ // make this available on all platforms to make code maintainability easier -extern class Fl_Widget *fl_selection_requestor; +class Fl_Widget *fl_selection_requestor; // Internal functions static void fl_clipboard_notify_target(HWND wnd); |
