summaryrefslogtreecommitdiffstats
path: root/src/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/swig/uscxml_beautify.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/swig/uscxml_beautify.i b/src/bindings/swig/uscxml_beautify.i
index 4f3d246..bf54958 100644
--- a/src/bindings/swig/uscxml_beautify.i
+++ b/src/bindings/swig/uscxml_beautify.i
@@ -64,7 +64,7 @@
self->addIOProcessor(boost::shared_ptr<IOProcessorImpl>(ioProc));
}
- void setDataModel(WrappedDataModel* dataModel) {
+ void setDataModel(uscxml::WrappedDataModel* dataModel) {
self->setDataModel(boost::shared_ptr<DataModelImpl>(dataModel));
}