From 46b840bdc4d7c4385aaa34cd71ccd1184739e741 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Wed, 27 Aug 2014 09:59:10 +0200 Subject: Corrected method signature for reportIssues --- src/bindings/swig/wrapped/WrappedInterpreterMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h index e9fa70f..a63bad5 100644 --- a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h +++ b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h @@ -217,7 +217,7 @@ public: const std::string& invokeid, const std::string& element) {} - virtual void reportIssue(Interpreter interpreter, InterpreterIssue issue) {} + virtual void reportIssue(Interpreter interpreter, const InterpreterIssue& issue) {} }; } -- cgit v0.12