X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9923c37dccb4e5dbe6387ceb3ab0a8202fadc231..c1855476b1c7afadef8c6df741d3155f94fab3ce:/src/os2/notebook.cpp diff --git a/src/os2/notebook.cpp b/src/os2/notebook.cpp index f79c9f0c29..a8e9ea80b4 100644 --- a/src/os2/notebook.cpp +++ b/src/os2/notebook.cpp @@ -329,12 +329,14 @@ bool wxNotebook::SetPageImage ( } // end of wxNotebook::SetPageImage void wxNotebook::SetImageList ( - wxImageList* WXUNUSED(pImageList) + wxImageList* pImageList ) { - // - // Does nothing under OS/2 - // + // + // Does not really do anything yet, but at least we need to + // update the base class. + // + wxNotebookBase::SetImageList(pImageList); } // end of wxNotebook::SetImageList // ----------------------------------------------------------------------------