Prevent from using wxPropertyGrid private header in the user code
This commit is contained in:
parent
11582b4082
commit
763ed589f5
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
#ifndef _WX_PROPGRID_PRIVATE_H_
|
||||
#define _WX_PROPGRID_PRIVATE_H_
|
||||
|
||||
#if !defined(WXBUILDING)
|
||||
#error This header is intended for internal use
|
||||
#endif // !WXBUILDING
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue