// Modified by:
// Created: 12/05/02
// RCS-ID: $Id$
-// Copyright: (c) wxWindows team
+// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_DISPLAY
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "display.h"
-#endif
-
class wxRect;
class wxString;
class wxDisplayUnixPriv;
private:
wxDisplayUnixPriv *m_priv;
- DECLARE_NO_COPY_CLASS(wxDisplay);
+ DECLARE_NO_COPY_CLASS(wxDisplay)
};
#endif // wxUSE_DISPLAY