summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/csharp/org/uscxml/InterpreterException.cs')
-rw-r--r--src/bindings/swig/csharp/org/uscxml/InterpreterException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs b/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
index f86dc0e..38430d8 100644
--- a/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
+++ b/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
@@ -1,5 +1,5 @@
namespace org.uscxml {
- class InterpreterException : System.ApplicationException {
+ public class InterpreterException : System.ApplicationException {
public InterpreterException(string message)
: base(message) {
}