commit | 11afac7b04918e6352e58a1d8de2b9792a3b82a1 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Wed Jul 18 14:59:53 2018 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Aug 02 18:41:22 2018 +0200 |
tree | 940f6c0728ac6112e1dc009d37be9a93b3e1aebd | |
parent | 744f57f7d64efe71c2b8168ecbdccd07297d7fbe [diff] [blame] |
Add ls Change-Id: I86f799ff9577940c7df8e01cda6c6b7867de8e7e
diff --git a/src/ast_commands.cpp b/src/ast_commands.cpp index 9ef9044..89e2f74 100644 --- a/src/ast_commands.cpp +++ b/src/ast_commands.cpp
@@ -24,6 +24,11 @@ return this->m_path == b.m_path; } +bool ls_::operator==(const ls_& b) const +{ + return this->m_path == b.m_path; +} + bool enum_::operator==(const enum_& b) const { return this->m_value == b.m_value;