projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore time component of SYSTEMTIME in wxCalendarCtrl.
[wxWidgets.git]
/
include
/
wx
/
gifdecod.h
diff --git
a/include/wx/gifdecod.h
b/include/wx/gifdecod.h
index 15208231576b9aad2211fba01162ae6ec1808277..908f470ece38f3014b166ab3268ce58ab7775949 100644
(file)
--- a/
include/wx/gifdecod.h
+++ b/
include/wx/gifdecod.h
@@
-95,7
+95,7
@@
private:
wxGIFErrorCode dgif(wxInputStream& stream,
GIFImage *img, int interl, int bits);
-
+
// array of all frames
wxArrayPtrVoid m_frames;