Use consistent name for the header guard

No real changes.
This commit is contained in:
Vadim Zeitlin 2023-10-31 01:05:45 +01:00
parent cb36cb5e53
commit d8d1fe2920

View file

@ -9,8 +9,8 @@
// Licence: wxWindows license // Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _WX_XH_PROPGRID_H_ #ifndef _WX_XRC_XH_PROPGRID_H_
#define _WX_XH_PROPGRID_H_ #define _WX_XRC_XH_PROPGRID_H_
/* /*
@ -52,4 +52,4 @@ private:
#endif // wxUSE_XRC && wxUSE_PROPGRID #endif // wxUSE_XRC && wxUSE_PROPGRID
#endif // _WX_XH_PROPGRID_H_ #endif // _WX_XRC_XH_PROPGRID_H_