summaryrefslogtreecommitdiff
path: root/source4/build/pidl/ndr_header.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/pidl/ndr_header.pm')
-rw-r--r--source4/build/pidl/ndr_header.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/ndr_header.pm b/source4/build/pidl/ndr_header.pm
index 3e673466e0..ddd4fa1eb3 100644
--- a/source4/build/pidl/ndr_header.pm
+++ b/source4/build/pidl/ndr_header.pm
@@ -64,7 +64,7 @@ sub HeaderElement($)
for (my($i)=$element->{POINTERS}; $i > 0; $i--) {
pidl "*";
}
- } elsif (NdrParser::is_surrounding_array($element) ||
+ } elsif (Ndr::is_surrounding_array($element) ||
defined $element->{ARRAY_LEN} && !util::is_constant($element->{ARRAY_LEN})) {
# surrounding arrays are ugly! I choose to implement them with
# pointers instead of the [1] method