X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/src/palmos/imaglist.cpp?ds=sidebyside diff --git a/src/palmos/imaglist.cpp b/src/palmos/imaglist.cpp index 1616e05e2d..c683b43e81 100644 --- a/src/palmos/imaglist.cpp +++ b/src/palmos/imaglist.cpp @@ -34,9 +34,7 @@ #include "wx/log.h" #endif -#include "wx/palmos/imaglist.h" -#include "wx/palmos/private.h" - +#include "wx/imaglist.h" // ---------------------------------------------------------------------------- // wxWin macros @@ -91,7 +89,7 @@ bool wxImageList::GetSize(int WXUNUSED(index), int &width, int &height) const // ---------------------------------------------------------------------------- int wxImageList::Add(const wxBitmap& bitmap, const wxBitmap& mask) - +{ return 0; }