summaryrefslogtreecommitdiff
path: root/src/d/d_event_debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_event_debug.cpp')
-rw-r--r--src/d/d_event_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event_debug.cpp b/src/d/d_event_debug.cpp
index 774e939966..6c0f72667b 100644
--- a/src/d/d_event_debug.cpp
+++ b/src/d/d_event_debug.cpp
@@ -174,7 +174,7 @@ void dEvM_HIO_c::listenPropertyEvent(const JORPropertyEvent* param_0) {
break;
case BTN_FORCED_TERMINATION:
// "Forced termination" button
- dComIfGp_getEvent().reset();
+ dComIfGp_getEvent()->reset();
break;
}
}