X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db6d3918916e601fe06b9fbffc2969d57e5e68f2..a130bb4e758c8423694265ac29554a1901fa3d27:/src/os2/tabctrl.cpp diff --git a/src/os2/tabctrl.cpp b/src/os2/tabctrl.cpp index 17f9df9127..6371d7a13a 100644 --- a/src/os2/tabctrl.cpp +++ b/src/os2/tabctrl.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: tabctrl.cpp +// Name: src/os2/tabctrl.cpp // Purpose: wxTabCtrl // Author: David Webster // Modified by: @@ -15,7 +15,8 @@ #if wxUSE_TAB_DIALOG #ifndef WX_PRECOMP -#include "wx/wx.h" + #include "wx/wx.h" + #include "wx/app.h" #endif #include "malloc.h" @@ -25,7 +26,6 @@ //#include "wx/msw/dib.h" #include "wx/os2/tabctrl.h" -#include "wx/app.h" #include "wx/os2/private.h" #include "wx/generic/imaglist.h" @@ -81,7 +81,7 @@ bool wxTabCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons SubclassWin((WXHWND) hWndTabCtrl); - return FALSE; + return false; } wxTabCtrl::~wxTabCtrl()