also need ProbeMatchesType to inherit get_ProbeMatch

This commit is contained in:
Isaac Connor 2016-10-04 10:16:01 -04:00
parent b742d316b3
commit c1f9c0aff5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ __PACKAGE__->__set_ref();
use base qw(
SOAP::WSDL::XSD::Typelib::Element
WSDiscovery10::Types::ProbeType
WSDiscovery10::Types::ProbeMatchesType
);
}