aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl/operator/runme.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/operator/runme.tcl')
-rw-r--r--Examples/tcl/operator/runme.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/tcl/operator/runme.tcl b/Examples/tcl/operator/runme.tcl
index 921645536..46d73e30f 100644
--- a/Examples/tcl/operator/runme.tcl
+++ b/Examples/tcl/operator/runme.tcl
@@ -1,6 +1,6 @@
# Operator overloading example
-catch { load ./example[info sharedlibextension] example}
+catch { load ./example[info sharedlibextension] Example}
set a [Complex -args 2 3]
set b [Complex -args -5 10]