aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl/class/runme.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/class/runme.tcl')
-rw-r--r--Examples/tcl/class/runme.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/tcl/class/runme.tcl b/Examples/tcl/class/runme.tcl
index c7f472560..f6b6034d4 100644
--- a/Examples/tcl/class/runme.tcl
+++ b/Examples/tcl/class/runme.tcl
@@ -3,7 +3,7 @@
# This file illustrates the high level C++ interface.
# In this case C++ classes work kind of like Tk widgets
-catch { load ./example[info sharedlibextension] example}
+catch { load ./example[info sharedlibextension] Example}
# ----- Object creation -----