diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-02-08 00:01:28 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-02-08 00:01:28 -0500 |
commit | 003c00be8bda97b20c6aab408b6bfe57563b2b61 (patch) | |
tree | 424f2b8ec9e7245faf63472ea3f2f9803f370e1d /tools | |
parent | 1e8de01d3704c584e43e1b84947487c2aaddb7d7 (diff) | |
download | therapy-003c00be8bda97b20c6aab408b6bfe57563b2b61.tar.gz therapy-003c00be8bda97b20c6aab408b6bfe57563b2b61.tar.bz2 therapy-003c00be8bda97b20c6aab408b6bfe57563b2b61.zip |
Fixed error opening map editor on macOS
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mapedit/src/frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.cpp b/tools/mapedit/src/frame.cpp index aad3294..7112102 100644 --- a/tools/mapedit/src/frame.cpp +++ b/tools/mapedit/src/frame.cpp | |||
@@ -15,6 +15,7 @@ | |||
15 | static std::list<wxWindow*> openWindows; | 15 | static std::list<wxWindow*> openWindows; |
16 | 16 | ||
17 | enum { | 17 | enum { |
18 | IGNORE, | ||
18 | MENU_VIEW_ZOOM_IN, | 19 | MENU_VIEW_ZOOM_IN, |
19 | MENU_VIEW_ZOOM_OUT, | 20 | MENU_VIEW_ZOOM_OUT, |
20 | MENU_FILE_NEW, | 21 | MENU_FILE_NEW, |