commit | c15fe823594bac18b86fbf507ba77219a4fa9f5f | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Thu Jun 04 11:28:39 2020 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Thu Jun 04 13:04:00 2020 +0200 |
tree | 580fd8844c2e2b4b576828cdbf22552e86250aca | |
parent | a93f90041200cd5a120e2e304c79fbf27321889a [diff] [blame] |
Use ListInstance typedef in more places Change-Id: Ic41218a1e09f76d7455816163d9b3ca24b0b94ca
diff --git a/src/ast_path.hpp b/src/ast_path.hpp index 2d809bc..9138946 100644 --- a/src/ast_path.hpp +++ b/src/ast_path.hpp
@@ -65,7 +65,7 @@ struct listElement_ { listElement_() {} - listElement_(const std::string& listName, const std::map<std::string, leaf_data_>& keys); + listElement_(const std::string& listName, const ListInstance& keys); bool operator==(const listElement_& b) const;