Use quotes and not angle brackets around the includes of wxWidgets itself
This commit is contained in:
@@ -796,8 +796,8 @@ wxValidator* PROPNAME::DoGetValidator () const \
|
|||||||
|
|
||||||
#if wxUSE_EDITABLELISTBOX
|
#if wxUSE_EDITABLELISTBOX
|
||||||
|
|
||||||
|
#include "wx/bmpbuttn.h"
|
||||||
#include "wx/editlbox.h"
|
#include "wx/editlbox.h"
|
||||||
#include <wx/bmpbuttn.h>
|
|
||||||
|
|
||||||
#define wxAEDIALOG_STYLE \
|
#define wxAEDIALOG_STYLE \
|
||||||
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)
|
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)
|
||||||
|
Reference in New Issue
Block a user