]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtga.h
Moved Get/SetPropertyText/BackgroundColour() member functions from wxPropertyGrid...
[wxWidgets.git] / include / wx / imagtga.h
index c921a8aca789bcf577687b22c32b138dac111a7f..f17dcf7cff036f2b1047cba9a67504fd53a40e88 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        imagtga.h
+// Name:        wx/imagtga.h
 // Purpose:     wxImage TGA handler
 // Author:      Seth Jackson
 // RCS-ID:      $Id$
@@ -18,7 +18,7 @@
 
 #if wxUSE_TGA
 
-class WXDLLEXPORT wxTGAHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxTGAHandler : public wxImageHandler
 {
 public:
     wxTGAHandler()
@@ -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)
 };