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