projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix AUI compilation without PCH after recent changes.
[wxWidgets.git]
/
include
/
wx
/
generic
/
animate.h
diff --git
a/include/wx/generic/animate.h
b/include/wx/generic/animate.h
index 883c8a5952aec692476ea9cf0c2741cd14d305d1..dee5f283646c1b2250f8508c64c3898127d75caf 100644
(file)
--- a/
include/wx/generic/animate.h
+++ b/
include/wx/generic/animate.h
@@
-97,6
+97,7
@@
public:
public:
virtual bool LoadFile(const wxString& filename, wxAnimationType type = wxANIMATION_TYPE_ANY);
+ virtual bool Load(wxInputStream& stream, wxAnimationType type = wxANIMATION_TYPE_ANY);
virtual void Stop();
virtual bool Play()