summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-27 07:59:10 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-27 07:59:10 (GMT)
commit46b840bdc4d7c4385aaa34cd71ccd1184739e741 (patch)
tree87ff112ab920372d66659d5b1fe7ba9892b1735f /src
parentdd85e2cf6a815994040e20ff62e7a946df16cf80 (diff)
downloaduscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.zip
uscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.tar.gz
uscxml-46b840bdc4d7c4385aaa34cd71ccd1184739e741.tar.bz2
Corrected method signature for reportIssues
Diffstat (limited to 'src')
-rw-r--r--src/bindings/swig/wrapped/WrappedInterpreterMonitor.h2
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) {}
};
}