projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
forgot to commit ...
[wxWidgets.git]
/
src
/
generic
/
animateg.cpp
diff --git
a/src/generic/animateg.cpp
b/src/generic/animateg.cpp
index 227ac07e7a50f1bb65508ceb41d763a8df8addd3..d6e44ba9a225bce5993c7f61afbe0e1379e3f22e 100644
(file)
--- a/
src/generic/animateg.cpp
+++ b/
src/generic/animateg.cpp
@@
-308,7
+308,7
@@
wxAnimationCtrl::~wxAnimationCtrl()
bool wxAnimationCtrl::LoadFile(const wxString& filename, wxAnimationType type)
{
wxFileInputStream fis(filename);
- if (!fis.Ok())
+ if (!fis.
Is
Ok())
return false;
return Load(fis, type);
}