X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e4d1095ead6ee09cda6e015ea77bbde1d156dc6..818503a1826c8d32340234318afe6de35f756c2f:/demos/dbbrowse/tabpgwin.cpp?ds=inline diff --git a/demos/dbbrowse/tabpgwin.cpp b/demos/dbbrowse/tabpgwin.cpp index 6f3b70bbee..a6e102fc70 100644 --- a/demos/dbbrowse/tabpgwin.cpp +++ b/demos/dbbrowse/tabpgwin.cpp @@ -197,10 +197,10 @@ void wxTabbedWindow::SizeTabs(int x,int y, int width, int height, bool repant) } //--------------------------------------------------------------------------- -void wxTabbedWindow::AddTab( wxWindow* pContent, - wxString tabText, - wxString imageFileName, - long imageType ) +void wxTabbedWindow::AddTab( wxWindow* pContent, + wxString tabText, + wxString imageFileName, + wxBitmapType imageType ) { twTabInfo* pTab = new twTabInfo();