X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..0f1b6d7b589f19cd93f3a5500fedd66312a282ec:/include/wx/univ/gauge.h?ds=sidebyside diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index aa72726e74..80b1bf6c11 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -6,12 +6,11 @@ // Created: 20.02.01 // RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "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_