X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..0f1b6d7b589f19cd93f3a5500fedd66312a282ec:/include/wx/univ/gauge.h?ds=sidebyside diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index 04ac21fc87..80b1bf6c11 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -5,13 +5,12 @@ // Modified by: // Created: 20.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// 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 @@ -72,3 +71,5 @@ protected: DECLARE_DYNAMIC_CLASS(wxGauge) }; + +#endif // _WX_UNIV_GAUGE_H_