X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3870b2ff595ba4bb4f0397ace77ceeb9628e94d..fca66f598520911aea221c043ed05e4f0a9eb1c3:/include/wx/univ/gauge.h?ds=sidebyside diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index 73af591d5f..4b88175f39 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -4,20 +4,18 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.02.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ - #pragma implementation "gaugeuniv.h" -#endif +#ifndef _WX_UNIV_GAUGE_H_ +#define _WX_UNIV_GAUGE_H_ // ---------------------------------------------------------------------------- // wxGauge: a progress bar // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxGauge : public wxGaugeBase +class WXDLLIMPEXP_CORE wxGauge : public wxGaugeBase { public: wxGauge() { Init(); } @@ -72,3 +70,5 @@ protected: DECLARE_DYNAMIC_CLASS(wxGauge) }; + +#endif // _WX_UNIV_GAUGE_H_