Use consistent name for the header guard
No real changes.
This commit is contained in:
parent
cb36cb5e53
commit
d8d1fe2920
1 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@
|
|||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_XH_PROPGRID_H_
|
||||
#define _WX_XH_PROPGRID_H_
|
||||
#ifndef _WX_XRC_XH_PROPGRID_H_
|
||||
#define _WX_XRC_XH_PROPGRID_H_
|
||||
|
||||
/*
|
||||
|
||||
|
|
@ -52,4 +52,4 @@ private:
|
|||
|
||||
#endif // wxUSE_XRC && wxUSE_PROPGRID
|
||||
|
||||
#endif // _WX_XH_PROPGRID_H_
|
||||
#endif // _WX_XRC_XH_PROPGRID_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue