X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..bc37bfe2ee241f9c8d5da57011c8f5ba5d8bc29e:/src/common/image.cpp diff --git a/src/common/image.cpp b/src/common/image.cpp index d5ea5590e7..afd54ca636 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -110,10 +110,6 @@ wxImage wxNullImage; IMPLEMENT_DYNAMIC_CLASS(wxImage, wxObject) -wxImage::wxImage() -{ -} - wxImage::wxImage( int width, int height, bool clear ) { Create( width, height, clear ); @@ -1485,7 +1481,7 @@ bool wxImageHandler::CanRead( const wxString& name ) bool wxImageHandler::CallDoCanRead(wxInputStream& stream) { - off_t posOld = stream.TellI(); + wxFileOffset posOld = stream.TellI(); if ( posOld == wxInvalidOffset ) { // can't test unseekable stream