fixing include style
This commit is contained in:
parent
9be9112392
commit
c9c5a4d99d
@ -273,7 +273,7 @@ public:
|
||||
// wxListView Custom popup interface
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include <wx/listctrl.h>
|
||||
#include "wx/listctrl.h"
|
||||
|
||||
class ListViewComboPopup : public wxListView, public wxComboPopup
|
||||
{
|
||||
@ -367,7 +367,7 @@ wxEND_EVENT_TABLE()
|
||||
// wxTreeCtrl Custom popup interface
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include <wx/treectrl.h>
|
||||
#include "wx/treectrl.h"
|
||||
|
||||
class TreeCtrlComboPopup : public wxTreeCtrl, public wxComboPopup
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user