diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-02-26 13:30:26 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-02-26 13:30:26 +0000 |
commit | 54467b98f528f1f908f63b859447d9fc97775cfe (patch) | |
tree | ed195d3ba9e734d4105df6acd2846b5dd4f24698 /otherlibs/labltk/support/widget.ml | |
parent | ef938a78783d07d4c19cf55de1d7e72bd1f00900 (diff) |
ajout du label size: pour Hashtbl.create et Buffer.create
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2870 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/widget.ml')
-rw-r--r-- | otherlibs/labltk/support/widget.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/widget.ml b/otherlibs/labltk/support/widget.ml index 2174fc3cb..883d8624f 100644 --- a/otherlibs/labltk/support/widget.ml +++ b/otherlibs/labltk/support/widget.ml @@ -50,7 +50,7 @@ let forget_type w = (Obj.magic (w : 'a widget) : any widget) let coe = forget_type (* table of widgets *) -let table = (Hashtbl.create 401 : (string, any widget) Hashtbl.t) +let table = (Hashtbl.create size:401 : (string, any widget) Hashtbl.t) let name = function Untyped s -> s |