X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3af706cc3164bacc24899e0fc827c28e7ea812b6..2036bdd30368d117918b565ae990a89841281f33:/include/wx/imagtga.h diff --git a/include/wx/imagtga.h b/include/wx/imagtga.h index c921a8aca7..b5fdc3362b 100644 --- a/include/wx/imagtga.h +++ b/include/wx/imagtga.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imagtga.h +// Name: wx/imagtga.h // Purpose: wxImage TGA handler // Author: Seth Jackson // RCS-ID: $Id$ @@ -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) };