diff options
-rw-r--r-- | pidl/lib/Parse/Pidl/Typelist.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 4733f91565..a89b1a74eb 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -128,6 +128,7 @@ sub getType($) return $types{$t}; } +sub typeIs($$); sub typeIs($$) { my ($t,$tt) = @_; |