X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/442b35b53bf95f5c6c003ea9ddbefd17adbc2a00..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/univ/gauge.h diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index 73af591d5f..80b1bf6c11 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -9,9 +9,8 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ - #pragma implementation "gaugeuniv.h" -#endif +#ifndef _WX_UNIV_GAUGE_H_ +#define _WX_UNIV_GAUGE_H_ // ---------------------------------------------------------------------------- // wxGauge: a progress bar @@ -72,3 +71,5 @@ protected: DECLARE_DYNAMIC_CLASS(wxGauge) }; + +#endif // _WX_UNIV_GAUGE_H_