X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a99acbb00a102458b8ad5ba4459712ba73d8b14d..06cc1fb991aa0b6ec8966627d3c6d6bd0ade04be:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index 23630e63e2..00e35884d7 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -6,13 +6,13 @@ // Created: 28/06/1998 // RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DATSTREAM_H_ #define _WX_DATSTREAM_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "datstrm.h" #endif @@ -60,6 +60,8 @@ protected: #if wxUSE_UNICODE wxMBConv& m_conv; #endif + + DECLARE_NO_COPY_CLASS(wxDataInputStream) }; class WXDLLEXPORT wxDataOutputStream @@ -101,6 +103,8 @@ protected: #if wxUSE_UNICODE wxMBConv& m_conv; #endif + + DECLARE_NO_COPY_CLASS(wxDataOutputStream) }; #endif