diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-08-27 07:59:10 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-08-27 07:59:10 (GMT) |
commit | 46b840bdc4d7c4385aaa34cd71ccd1184739e741 (patch) | |
tree | 87ff112ab920372d66659d5b1fe7ba9892b1735f /src/bindings/swig/wrapped/WrappedInterpreterMonitor.h | |
parent | dd85e2cf6a815994040e20ff62e7a946df16cf80 (diff) | |
download | uscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.zip uscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.tar.gz uscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.tar.bz2 |
Corrected method signature for reportIssues
Diffstat (limited to 'src/bindings/swig/wrapped/WrappedInterpreterMonitor.h')
-rw-r--r-- | src/bindings/swig/wrapped/WrappedInterpreterMonitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) {} }; } |