diff options
Diffstat (limited to 'src/keeper.cpp')
-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 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 |
63 | class KeyUD | 63 | class KeyUD final |
64 | { | 64 | { |
65 | private: | 65 | private: |
66 | static constexpr UserValueIndex kContentsTableIndex{ 1 }; | 66 | static constexpr UserValueIndex kContentsTableIndex{ 1 }; |