]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtiff.h
Changed test to reflect the real current state of dynamic loading
[wxWidgets.git] / include / wx / imagtiff.h
index 6d25bf9ba3c608443614ca6102fcdafafe6a86f1..55d3ff0689e6ca4d497efe0e5e8dfbb0e803f6f0 100644 (file)
@@ -40,7 +40,7 @@ public:
   virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=0 );
   virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE );
   virtual bool DoCanRead( wxInputStream& stream );
-  virtual int GetImagesCount( wxInputStream& stream );
+  virtual int GetImageCount( wxInputStream& stream );
 #endif
 };
 #endif