From b0ce80f56bc0ff464277910cf0340a3162864498 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 16 Apr 2016 12:28:50 +0000 Subject: Continue removing non window-related member-functions from class Fl_X. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Window.H') 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 -- cgit v1.2.3