summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/wrapped/WrappedIOProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/wrapped/WrappedIOProcessor.h')
-rw-r--r--src/bindings/swig/wrapped/WrappedIOProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/swig/wrapped/WrappedIOProcessor.h b/src/bindings/swig/wrapped/WrappedIOProcessor.h
index b4e4938..0b5cfe8 100644
--- a/src/bindings/swig/wrapped/WrappedIOProcessor.h
+++ b/src/bindings/swig/wrapped/WrappedIOProcessor.h
@@ -47,7 +47,7 @@ public:
_interpreter = interpreter->shared_from_this();
return boost::shared_ptr<IOProcessorImpl>(create(_interpreter));
}
-
+
virtual std::list<std::string> getNames() {
return std::list<std::string>();
};