X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/106ef548fdc9d37de0c9f8b63c706b291ce1ac0f..a7689c49fe02c0c065facf736ab28b19f5997b7c:/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()