Use quotes and not angle brackets around the includes of wxWidgets itself
This commit is contained in:
parent
79b71cf4ff
commit
1e69a898c2
1 changed files with 1 additions and 1 deletions
|
|
@ -796,8 +796,8 @@ wxValidator* PROPNAME::DoGetValidator () const \
|
|||
|
||||
#if wxUSE_EDITABLELISTBOX
|
||||
|
||||
#include "wx/bmpbuttn.h"
|
||||
#include "wx/editlbox.h"
|
||||
#include <wx/bmpbuttn.h>
|
||||
|
||||
#define wxAEDIALOG_STYLE \
|
||||
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue