Skip to content

Commit 43accb3

Browse files
committed
Add toOmit() with the old signature to keep the ABI compability
1 parent 3059988 commit 43accb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/variables/variable.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ class KeyExclusions : public std::deque<std::unique_ptr<KeyExclusion>> {
162162
}
163163
return false;
164164
}
165+
166+
bool toOmit(std::string a) {
167+
return static_cast<const KeyExclusions&>(*this).toOmit(a);
168+
}
165169
};
166170

167171

0 commit comments

Comments
 (0)