projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxListView class: this is going to be a wxListCtrl with human (inter)face
[wxWidgets.git]
/
src
/
mac
/
carbon
/
pnghand.cpp
diff --git
a/src/mac/carbon/pnghand.cpp
b/src/mac/carbon/pnghand.cpp
index 113365c8786c488f27d1ef9dc520b45d7dc58a8d..90b59669f0f9b09db8a669a73ea599adb3d5e940 100644
(file)
--- a/
src/mac/carbon/pnghand.cpp
+++ b/
src/mac/carbon/pnghand.cpp
@@
-887,7
+887,7
@@
bool wxPNGFileHandler::LoadFile(wxBitmap *bitmap, const wxString& name, long fla
return FALSE;
}
-bool wxPNGFileHandler::SaveFile(wxBitmap *bitmap, const wxString& name, int type, const wxPalette *pal)
+bool wxPNGFileHandler::SaveFile(
const
wxBitmap *bitmap, const wxString& name, int type, const wxPalette *pal)
{
return FALSE;
}