diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/swig/uscxml_beautify.i | 2 |
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)); } |