]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/animate.h
move virtual GetPath() implementation out of line to work around an apparent Fedora...
[wxWidgets.git] / include / wx / generic / animate.h
index 883c8a5952aec692476ea9cf0c2741cd14d305d1..dee5f283646c1b2250f8508c64c3898127d75caf 100644 (file)
@@ -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()