X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e11bb424c946b702a17f121539c28d692a2ae00..bb996f289574defb0ae4339ae8e46ff3cf6fa54c:/src/cocoa/gauge.mm diff --git a/src/cocoa/gauge.mm b/src/cocoa/gauge.mm index 7feb27ef6d..c2a48305f7 100644 --- a/src/cocoa/gauge.mm +++ b/src/cocoa/gauge.mm @@ -1,20 +1,22 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: cocoa/gauge.mm +// Name: src/cocoa/gauge.mm // Purpose: wxGauge // Author: David Elliott // Modified by: // Created: 2003/07/15 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" + #if wxUSE_GAUGE +#include "wx/gauge.h" + #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/gauge.h" #include "wx/log.h" #endif //WX_PRECOMP @@ -25,7 +27,6 @@ #include -IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) BEGIN_EVENT_TABLE(wxGauge, wxGaugeBase) END_EVENT_TABLE() // WX_IMPLEMENT_COCOA_OWNER(wxGauge,NSProgressIndicator,NSView,NSView)