projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxRTC's own caret is more reliable than the generic one, so use it.
[wxWidgets.git]
/
include
/
wx
/
imaggif.h
diff --git
a/include/wx/imaggif.h
b/include/wx/imaggif.h
index 7912cf956f1f8f3aea9bc741433c8730c3e867c5..602c2e3233c37bb0e9c1473ac99c77f4acad7aa7 100644
(file)
--- a/
include/wx/imaggif.h
+++ b/
include/wx/imaggif.h
@@
-35,8
+35,9
@@
public:
bool verbose = true, int index = -1);
virtual bool SaveFile(wxImage *image, wxOutputStream& stream,
bool verbose=true);
bool verbose = true, int index = -1);
virtual bool SaveFile(wxImage *image, wxOutputStream& stream,
bool verbose=true);
- virtual int GetImageCount(wxInputStream& stream);
+
protected:
protected:
+ virtual int DoGetImageCount(wxInputStream& stream);
virtual bool DoCanRead(wxInputStream& stream);
#endif // wxUSE_STREAMS
virtual bool DoCanRead(wxInputStream& stream);
#endif // wxUSE_STREAMS