compilation fix after incorrectly resolved conflict
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -154,33 +154,9 @@ public:
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxBMPHandler
|
// wxPNMHandler
|
||||||
//-----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLEXPORT wxBMPHandler: public wxImageHandler
|
|
||||||
{
|
|
||||||
DECLARE_DYNAMIC_CLASS(wxBMPHandler)
|
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
inline wxBMPHandler()
|
|
||||||
{
|
|
||||||
m_name = "BMP file";
|
|
||||||
m_extension = "bmp";
|
|
||||||
m_type = wxBITMAP_TYPE_BMP;
|
|
||||||
m_mime = "image/bmp";
|
|
||||||
};
|
|
||||||
|
|
||||||
#if wxUSE_STREAMS
|
|
||||||
virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=0 );
|
|
||||||
virtual bool DoCanRead( wxInputStream& stream );
|
|
||||||
#endif
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#if wxUSE_PNM
|
#if wxUSE_PNM
|
||||||
class WXDLLEXPORT wxPNMHandler : public wxImageHandler
|
class WXDLLEXPORT wxPNMHandler : public wxImageHandler
|
||||||
|
Reference in New Issue
Block a user