X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..3f26ef31422b9d1496d9f19d53a489f6f04a1090:/include/wx/univ/scrtimer.h diff --git a/include/wx/univ/scrtimer.h b/include/wx/univ/scrtimer.h index 9203e8b227..7e4e8bdd05 100644 --- a/include/wx/univ/scrtimer.h +++ b/include/wx/univ/scrtimer.h @@ -9,6 +9,9 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// +#ifndef _WX_UNIV_SCRTIMER_H +#define _WX_UNIV_SCRTIMER_H + // NB: this class is implemented in scrolbar.cpp #include "wx/timer.h" @@ -39,3 +42,4 @@ protected: bool m_skipNext; }; +#endif // _WX_UNIV_SCRTIMER_H