projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Supress SetFocus() warning in wxVListBoxComboPopup
[wxWidgets.git]
/
src
/
common
/
imagiff.cpp
diff --git
a/src/common/imagiff.cpp
b/src/common/imagiff.cpp
index 3dd0f7f392bcbc4b8701bb627c0fad48c0e29676..428219853cf1198331ebca4791dade014a025795 100644
(file)
--- a/
src/common/imagiff.cpp
+++ b/
src/common/imagiff.cpp
@@
-98,10
+98,10
@@
public:
// constructor, destructor, etc.
wxIFFDecoder(wxInputStream *s);
~wxIFFDecoder() { Destroy(); }
-
+
// NOTE: this function modifies the current stream position
bool CanRead();
-
+
int ReadIFF();
bool ConvertToImage(wxImage *image) const;
};