X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc0d5b6bd2f479983377bbc0068cb061c6ccce98..2de5a6ee23e6d099c86493ca212952a8364514c8:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index f68bd873af..a5d0000d47 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -5,17 +5,18 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __TEXTDLGH_G__ #define __TEXTDLGH_G__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "textdlgg.h" #endif +#if wxUSE_TEXTDLG #include "wx/defs.h" #include "wx/dialog.h" @@ -66,6 +67,7 @@ protected: private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxTextEntryDialog) + DECLARE_NO_COPY_CLASS(wxTextEntryDialog) }; // ---------------------------------------------------------------------------- @@ -87,5 +89,7 @@ wxGetPasswordFromUser(const wxString& message, const wxString& default_value = wxEmptyString, wxWindow *parent = (wxWindow *) NULL); +#endif + // wxUSE_TEXTDLG #endif // __TEXTDLGH_G__