diff --git a/src/os2/notebook.cpp b/src/os2/notebook.cpp index fe64de1281..959365dda2 100644 --- a/src/os2/notebook.cpp +++ b/src/os2/notebook.cpp @@ -343,12 +343,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 // ----------------------------------------------------------------------------