diff options
Diffstat (limited to 'AK/AKString.h')
-rw-r--r-- | AK/AKString.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/AKString.h b/AK/AKString.h index 59c81188dd..31b2b4d383 100644 --- a/AK/AKString.h +++ b/AK/AKString.h @@ -76,6 +76,7 @@ public: bool operator==(const String&) const; bool operator!=(const String& other) const { return !(*this == other); } + bool operator<(const String&) const; String isolated_copy() const; |