aboutsummaryrefslogtreecommitdiff
path: root/Lib/csharp/enumtypesafe.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/csharp/enumtypesafe.swg')
-rw-r--r--Lib/csharp/enumtypesafe.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/csharp/enumtypesafe.swg b/Lib/csharp/enumtypesafe.swg
index 772a88013..b7079343c 100644
--- a/Lib/csharp/enumtypesafe.swg
+++ b/Lib/csharp/enumtypesafe.swg
@@ -97,7 +97,7 @@
for (int i = 0; i < swigValues.Length; i++)
if (swigValues[i].swigValue == swigValue)
return swigValues[i];
- throw new System.ArgumentOutOfRangeException("No enum $csclassname with value " + swigValue);
+ throw new global::System.ArgumentOutOfRangeException("No enum $csclassname with value " + swigValue);
}
public override string ToString() {