diff options
Diffstat (limited to '')
-rw-r--r-- | src/keeper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index e2df380..58796b8 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -840,7 +840,7 @@ void Keepers::close() | |||
840 | 840 | ||
841 | // ################################################################################################# | 841 | // ################################################################################################# |
842 | 842 | ||
843 | [[nodiscard]] Keeper* Keepers::getKeeper(int idx_) | 843 | [[nodiscard]] Keeper* Keepers::getKeeper(KeeperIndex const idx_) |
844 | { | 844 | { |
845 | if (isClosing.test(std::memory_order_acquire)) { | 845 | if (isClosing.test(std::memory_order_acquire)) { |
846 | return nullptr; | 846 | return nullptr; |