aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl/class/runme2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/class/runme2.tcl')
-rw-r--r--Examples/tcl/class/runme2.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/tcl/class/runme2.tcl b/Examples/tcl/class/runme2.tcl
index 88ec2f678..5583b2a53 100644
--- a/Examples/tcl/class/runme2.tcl
+++ b/Examples/tcl/class/runme2.tcl
@@ -4,7 +4,7 @@
# created by SWIG. In this case, all of our C++ classes
# get converted into function calls.
-catch { load ./example[info sharedlibextension] example}
+catch { load ./example[info sharedlibextension] Example}
# ----- Object creation -----