r20567: Print proper errors with filename and line numbers in ParseExpr()
[samba.git] / source4 / pidl / lib / Parse / Pidl / Wireshark / NDR.pm
index 9526d76a3729008579b661f14f457fc515d8ac2c..9415c16652f3ecfaba833654cdb366c5ce4852ae 100644 (file)
@@ -19,7 +19,7 @@ package Parse::Pidl::Wireshark::NDR;
 use strict;
 use Parse::Pidl qw(error);
 use Parse::Pidl::Typelist qw(getType);
-use Parse::Pidl::Util qw(has_property ParseExpr property_matches make_str);
+use Parse::Pidl::Util qw(has_property property_matches make_str);
 use Parse::Pidl::NDR qw(ContainsString GetNextLevel);
 use Parse::Pidl::Dump qw(DumpTypedef DumpFunction);
 use Parse::Pidl::Wireshark::Conformance qw(ReadConformance);