diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/Image.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tk/Image.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/Image.pm b/Master/tlpkg/tlperl/lib/Tk/Image.pm index 0f41c387fc2..2c47a13d749 100644 --- a/Master/tlpkg/tlperl/lib/Tk/Image.pm +++ b/Master/tlpkg/tlperl/lib/Tk/Image.pm @@ -38,7 +38,7 @@ sub ClassInit require Tk::Submethods; -Direct Tk::Submethods ('image' => [qw(delete width height type)]); +Direct Tk::Submethods ('image' => [qw(delete width height inuse type)]); sub Tk::Widget::imageNames { |