wxWidgets/include/wx/propgrid
Loïc Bartoletti 7c6b529a42 Fix compilation when including wx/propgrid/editors.h early
This header uses wxBitmapBundle but didn't declare it, resulting in
compilation errors if wx/bmpbndl.h hadn't been included before it.

Add a forward declaration of wxBitmapBundle to this header to fix this.

See #22875.

(cherry picked from commit 99919a8d1fb3fb0b73ec84e68d178a66fea3168f)
2022-10-16 01:00:20 +02:00
..
advprops.h Initialize data members in initialization lists 2022-05-21 22:01:58 +02:00
editors.h Fix compilation when including wx/propgrid/editors.h early 2022-10-16 01:00:20 +02:00
manager.h Use conditional operators to simplify statements 2022-05-30 19:14:46 +02:00
property.h Use conditional operators to simplify statements 2022-05-30 19:14:46 +02:00
propgrid.h Use ctor initializer list to initialize data members 2022-05-30 19:15:36 +02:00
propgriddefs.h Use reference instead of pointer 2022-04-10 13:37:55 +02:00
propgridiface.h Use conditional operators to simplify statements 2022-05-30 19:14:46 +02:00
propgridpagestate.h Fix expression with different enum types 2022-06-16 14:54:57 +02:00
props.h Move code after #include directives 2022-05-21 22:05:33 +02:00