aboutsummaryrefslogtreecommitdiff
path: root/src/linda.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/linda.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linda.hpp b/src/linda.hpp
index 65bca9f..33fc504 100644
--- a/src/linda.hpp
+++ b/src/linda.hpp
@@ -15,11 +15,11 @@ static constexpr UniqueKey kLindaBatched{ 0xB8234DF772646567ull, "linda.batched"
15 15
16DECLARE_UNIQUE_TYPE(LindaGroup, int); 16DECLARE_UNIQUE_TYPE(LindaGroup, int);
17 17
18class Linda 18class Linda final
19: public DeepPrelude // Deep userdata MUST start with this header 19: public DeepPrelude // Deep userdata MUST start with this header
20{ 20{
21 public: 21 public:
22 class [[nodiscard]] KeeperOperationInProgress 22 class [[nodiscard]] KeeperOperationInProgress final
23 { 23 {
24 private: 24 private:
25 Linda& linda; 25 Linda& linda;