]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gdiimage.h
signned/unsigned fix
[wxWidgets.git] / include / wx / os2 / gdiimage.h
index 18a301cef519bb0056d4869a32bf380d73830d74..d2fd4121008b36b38970ab2c8d3a0afd734faa3a 100644 (file)
@@ -133,6 +133,12 @@ public:
                       ,int             nDesiredWidth
                       ,int             nDesiredHeight
                      ) = 0;
+    virtual bool Load( wxGDIImage*     pImage
+                      ,int             nId
+                      ,long            lFlags
+                      ,int             nDesiredWidth
+                      ,int             nDesiredHeight
+                     ) = 0;
     virtual bool Save( wxGDIImage*     pImage
                       ,const wxString& rName
                       ,int             lType
@@ -142,7 +148,7 @@ protected:
     wxString                        m_sName;
     wxString                        m_sExtension;
     long                            m_lType;
-};
+}; // end of wxGDIImageHandler
 
 // ----------------------------------------------------------------------------
 // wxGDIImage: this class supports GDI image handlers which may be registered