X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f98bd6d6cf33f0475b5d737a2968b42b7ea0009f:/include/wx/univ/gauge.h diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index e1f69a50e9..80b1bf6c11 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -9,6 +9,9 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// +#ifndef _WX_UNIV_GAUGE_H_ +#define _WX_UNIV_GAUGE_H_ + // ---------------------------------------------------------------------------- // wxGauge: a progress bar // ---------------------------------------------------------------------------- @@ -68,3 +71,5 @@ protected: DECLARE_DYNAMIC_CLASS(wxGauge) }; + +#endif // _WX_UNIV_GAUGE_H_