summaryrefslogtreecommitdiff
path: root/wx+/app_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/app_main.h')
-rw-r--r--wx+/app_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/app_main.h b/wx+/app_main.h
index 17a59d7b..c1fd2441 100644
--- a/wx+/app_main.h
+++ b/wx+/app_main.h
@@ -7,7 +7,7 @@
#ifndef APP_MAIN_H_08215601837818347575856
#define APP_MAIN_H_08215601837818347575856
-#include <wx/window.h>
+//#include <wx/window.h>
#include <wx/app.h>
bgstack15