EventMonitor is functional now

This commit is contained in:
2016-07-18 16:49:55 +02:00
parent 6822a91f41
commit 00244e3846
11 changed files with 1013 additions and 602 deletions

View File

@@ -11,6 +11,8 @@
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
class wxETWListCtrl;
#include <wx/string.h>
#include <wx/bitmap.h>
#include <wx/image.h>
@@ -66,7 +68,7 @@ class wxEventMonitorLogPanelBase : public wxPanel
private:
protected:
wxListCtrl* m_log;
wxETWListCtrl* m_log;
public: