From d1c95742ddd83899bb35051de9d731d38aba80a4 Mon Sep 17 00:00:00 2001 From: E14 <1640391+E14@users.noreply.github.com> Date: Sun, 22 Sep 2019 22:57:54 +0200 Subject: Add ProtocolBlockTypePalette (#4391) --- src/BlockState.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/BlockState.h') diff --git a/src/BlockState.h b/src/BlockState.h index 3b0575f0e..ab451236b 100644 --- a/src/BlockState.h +++ b/src/BlockState.h @@ -52,6 +52,9 @@ public: (it's possible to erase a key from aCopyFrom by setting it to empty string in aAdditionalKeysAndValues). */ BlockState(const BlockState & aCopyFrom, const std::map & aAdditionalKeysAndValues); + /** Less-than comparison. */ + bool operator <(const BlockState & aOther) const; + /** Fast equality check. */ bool operator ==(const BlockState & aOther) const; -- cgit v1.2.3