diff options
Diffstat (limited to 'launcher/minecraft/mod/ResourcePack.h')
-rw-r--r-- | launcher/minecraft/mod/ResourcePack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/mod/ResourcePack.h b/launcher/minecraft/mod/ResourcePack.h index ab84ad37..0bd9ebbd 100644 --- a/launcher/minecraft/mod/ResourcePack.h +++ b/launcher/minecraft/mod/ResourcePack.h @@ -34,6 +34,8 @@ class ResourcePack : public Resource { /** Thread-safe. */ void setDescription(QString new_description); + [[nodiscard]] auto compare(Resource const& other, SortType type) const -> std::pair<int, bool> override; + protected: mutable QMutex m_data_lock; |