From c530a1a6bd7485b3a90d6a36fd52e6218deaf733 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 30 Sep 2009 06:58:50 +0000 Subject: [PATCH] Applied patch #11261 (found a missing '{' in file src/palmos/imaglist.cpp) Martin Ettl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/palmos/imaglist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/palmos/imaglist.cpp b/src/palmos/imaglist.cpp index 1616e05e2d..7bac583e9f 100644 --- a/src/palmos/imaglist.cpp +++ b/src/palmos/imaglist.cpp @@ -91,7 +91,7 @@ bool wxImageList::GetSize(int WXUNUSED(index), int &width, int &height) const // ---------------------------------------------------------------------------- int wxImageList::Add(const wxBitmap& bitmap, const wxBitmap& mask) - +{ return 0; }