aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r--src/keeper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp
index 2d9d800..43f3125 100644
--- a/src/keeper.cpp
+++ b/src/keeper.cpp
@@ -60,7 +60,7 @@ namespace {
60// ################################################################################################# 60// #################################################################################################
61 61
62// the full userdata associated to a given Linda key to store its contents 62// the full userdata associated to a given Linda key to store its contents
63class KeyUD 63class KeyUD final
64{ 64{
65 private: 65 private:
66 static constexpr UserValueIndex kContentsTableIndex{ 1 }; 66 static constexpr UserValueIndex kContentsTableIndex{ 1 };