]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtga.h
rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix...
[wxWidgets.git] / include / wx / imagtga.h
index a883bde7d6c7e73cafc4cdb152f67beafc28369b..b5fdc3362b3793588c4efd7b8953f5dcc4927608 100644 (file)
@@ -34,10 +34,10 @@ public:
                             bool verbose = true, int index = -1);
     virtual bool SaveFile(wxImage* image, wxOutputStream& stream,
                              bool verbose = true);
+protected:
     virtual bool DoCanRead(wxInputStream& stream);
 #endif // wxUSE_STREAMS
 
-private:
     DECLARE_DYNAMIC_CLASS(wxTGAHandler)
 };