summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index aa0e43cb1..391ac3212 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -355,7 +355,7 @@ public:
#if defined(WIN32) && !defined(FL_DOXYGEN)
typedef struct HICON__* HICON;
// These 2 member functions break the driver model but are kept for back compatibility.
- // They are implemented in Fl_WinAPI_Window_Driver.cxx
+ // They are implemented in Fl_win32.cxx
static void default_icons(HICON big_icon, HICON small_icon);
void icons(HICON big_icon, HICON small_icon);
#endif