summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.mli
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/global_checks.mli')
-rw-r--r--perl_checker.src/global_checks.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/global_checks.mli b/perl_checker.src/global_checks.mli
index 197ba3e..ae36b2b 100644
--- a/perl_checker.src/global_checks.mli
+++ b/perl_checker.src/global_checks.mli
@@ -4,7 +4,7 @@ open Tree
type state = {
per_files : (string, per_file) Hashtbl.t ;
per_packages : (string, per_package) Hashtbl.t ;
- methods : (string, (pos * variable_used ref * prototype option) list) Hashtbl.t ;
+ methods : (string, (string * variable_used ref * prototype option) list) Hashtbl.t ;
global_vars_used : ((context * string * string) * pos) list ref ;
packages_being_classes : (string, unit) Hashtbl.t ;
packages_dependencies : (string * string, unit) Hashtbl.t ;