X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/106ef548fdc9d37de0c9f8b63c706b291ce1ac0f..d8a7829312e4fa8e67950f68eafa5d507b4e9826:/include/wx/generic/animate.h diff --git a/include/wx/generic/animate.h b/include/wx/generic/animate.h index 883c8a5952..dee5f28364 100644 --- 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()