ixed compilation for wxUSE_STREAMS == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,10 +69,10 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
#if wxUSE_STREAMS
|
#if wxUSE_STREAMS
|
||||||
virtual bool DoCanRead( wxInputStream& stream ) = 0;
|
virtual bool DoCanRead( wxInputStream& stream ) = 0;
|
||||||
#endif // wxUSE_STREAMS
|
|
||||||
|
|
||||||
// save the stream position, call DoCanRead() and restore the position
|
// save the stream position, call DoCanRead() and restore the position
|
||||||
bool CallDoCanRead(wxInputStream& stream);
|
bool CallDoCanRead(wxInputStream& stream);
|
||||||
|
#endif // wxUSE_STREAMS
|
||||||
|
|
||||||
wxString m_name;
|
wxString m_name;
|
||||||
wxString m_extension;
|
wxString m_extension;
|
||||||
|
Reference in New Issue
Block a user