commit | aa1868371f36507ff8f6337ec0e6bb02b2620981 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Sep 26 13:51:43 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon Sep 26 15:55:54 2016 -0700 |
tree | 2778fc7a47f813e024431455c88c9aa82cd0fa36 | |
parent | f24fa85b362d7eb66c7b880f48e1e2e9916bc8a9 [diff] [blame] |
appendPackageInterfaces*ToVector* Test: hidl_test, update-makefiles.sh Change-Id: I7e85c45870a5fe48f861752a34ae3cd264b504eb
diff --git a/AST.cpp b/AST.cpp index 901c876..83db92e 100644 --- a/AST.cpp +++ b/AST.cpp
@@ -94,8 +94,8 @@ std::vector<FQName> packageInterfaces; status_t err = - mCoordinator->appendPackageInterfacesToSet(fqName, - &packageInterfaces); + mCoordinator->appendPackageInterfacesToVector(fqName, + &packageInterfaces); if (err != OK) { return false;