]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/animate.h
Added missing wx/defs.h includes in propgrid headers
[wxWidgets.git] / include / wx / gtk / animate.h
index 67a5f6d1b3453fb6aa9066927747e07ff724b5cc..8a568a70570c868b45b0d219105a9f061c9f722b 100644 (file)
@@ -113,6 +113,7 @@ public:     // event handler
 public:     // public API
 
     virtual bool LoadFile(const wxString& filename, wxAnimationType type = wxANIMATION_TYPE_ANY);
+    virtual bool Load(wxInputStream& stream, wxAnimationType type = wxANIMATION_TYPE_ANY);
 
     virtual void SetAnimation(const wxAnimation &anim);
     virtual wxAnimation GetAnimation() const