summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk/text.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk/text.rb')
-rw-r--r--ext/tk/lib/tk/text.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb
index a0af642376..158d5461ef 100644
--- a/ext/tk/lib/tk/text.rb
+++ b/ext/tk/lib/tk/text.rb
@@ -83,8 +83,8 @@ class TkText<TkTextWin
end
def __destroy_hook__
- TTagID_TBL.delete(@path)
- TMarkID_TBL.delete(@path)
+ TkTextTag::TTagID_TBL.delete(@path)
+ TkTextTag::TMarkID_TBL.delete(@path)
end
def create_self(keys)