summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/Breakpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/Breakpoint.cpp')
-rw-r--r--src/uscxml/debug/Breakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/debug/Breakpoint.cpp b/src/uscxml/debug/Breakpoint.cpp
index 54f5d75..e66e0fb 100644
--- a/src/uscxml/debug/Breakpoint.cpp
+++ b/src/uscxml/debug/Breakpoint.cpp
@@ -238,7 +238,7 @@ bool Breakpoint::matches(Interpreter interpreter, const Breakpoint& other) const
} catch (...) {
return false;
}
- return Interpreter::isMember(other.element, nodes);
+ return InterpreterImpl::isMember(other.element, nodes);
}
if(transSourceId.length() > 0 && transSourceId != other.transSourceId) {