summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MsnEventDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MsnEventDlg.cpp')
-rw-r--r--Stars45/MsnEventDlg.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Stars45/MsnEventDlg.cpp b/Stars45/MsnEventDlg.cpp
index dfc241f..57f7174 100644
--- a/Stars45/MsnEventDlg.cpp
+++ b/Stars45/MsnEventDlg.cpp
@@ -11,7 +11,6 @@
Mod Config Dialog Active Window class
*/
-#include "MemDebug.h"
#include "MsnEventDlg.h"
#include "MsnEditDlg.h"
#include "MenuScreen.h"
@@ -311,7 +310,7 @@ MsnEventDlg::OnAccept(AWEvent* e)
event->event_nparams = 1;
}
else if (*buf == '(') {
- Parser parser(new(__FILE__,__LINE__) BlockReader(buf));
+ Parser parser(new BlockReader(buf));
Term* term = parser.ParseTerm();
if (term && term->isArray()) {
@@ -362,7 +361,7 @@ MsnEventDlg::OnAccept(AWEvent* e)
}
else if (*buf == '(') {
- Parser parser(new(__FILE__,__LINE__) BlockReader(buf));
+ Parser parser(new BlockReader(buf));
Term* term = parser.ParseTerm();
if (term && term->isArray()) {