X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b26f2425245bb5a115e93fa9bc6ebe2e508a518d:/src/mac/classic/colordlg.cpp diff --git a/src/mac/classic/colordlg.cpp b/src/mac/classic/colordlg.cpp index 7f1dcbfbef..636adac7da 100644 --- a/src/mac/classic/colordlg.cpp +++ b/src/mac/classic/colordlg.cpp @@ -7,18 +7,12 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "colordlg.h" -#endif - #include "wx/mac/colordlg.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog) -#endif #include "wx/mac/private.h" #ifndef __DARWIN__