Prevent from using wxPropertyGrid private header in the user code

This commit is contained in:
Artur Wieczorek 2023-09-21 20:55:23 +02:00
parent 11582b4082
commit 763ed589f5

View file

@ -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"
// -----------------------------------------------------------------------