summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bindings/swig/wrapped/WrappedInterpreterMonitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
index 60fa5a5..e9fa70f 100644
--- a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
+++ b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
@@ -217,6 +217,7 @@ public:
const std::string& invokeid,
const std::string& element) {}
+ virtual void reportIssue(Interpreter interpreter, InterpreterIssue issue) {}
};
}