summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/srcbar.itcl
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2002-10-15 21:19:51 +0000
committerMartin Hunt <hunt@redhat.com>2002-10-15 21:19:51 +0000
commit2b2bb4eb21fcf80f1b704a1862f37ddb54294a92 (patch)
tree594c7f04c12e3f4176dad7e1fc948b92a6042745 /gdb/gdbtk/library/srcbar.itcl
parentc7ae429840bb9739556aac5be37dc75e28cd3a26 (diff)
downloadgdb-2b2bb4eb21fcf80f1b704a1862f37ddb54294a92.tar.gz
2002-10-15 Martin M. Hunt <hunt@redhat.com>
* library/* : auto_mkindex cannot rebuild tclIndex because it does not recognize the namespace import in main.tcl. To get it to work again, rename the following: body -> itcl::body configbody -> itcl::configbody class -> itcl::class
Diffstat (limited to 'gdb/gdbtk/library/srcbar.itcl')
-rw-r--r--gdb/gdbtk/library/srcbar.itcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk/library/srcbar.itcl b/gdb/gdbtk/library/srcbar.itcl
index 8bb0e0a6d6f..9e2d4ad1e06 100644
--- a/gdb/gdbtk/library/srcbar.itcl
+++ b/gdb/gdbtk/library/srcbar.itcl
@@ -28,7 +28,7 @@
#
# ----------------------------------------------------------------------
-class SrcBar {
+itcl::class SrcBar {
inherit itk::Widget GDBEventHandler
# ------------------------------------------------------------------