From dd85e2cf6a815994040e20ff62e7a946df16cf80 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Tue, 26 Aug 2014 20:08:40 +0200 Subject: Wrap InterpreterMonitor::reportIssue into language bindings --- src/bindings/swig/wrapped/WrappedInterpreterMonitor.h | 1 + 1 file changed, 1 insertion(+) 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) {} }; } -- cgit v0.12