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 7deb2b3..4b1ae3d 100644
--- a/src/keeper.cpp
+++ b/src/keeper.cpp
@@ -63,7 +63,7 @@ namespace {
63class KeyUD 63class KeyUD
64{ 64{
65 private: 65 private:
66 static constexpr int kContentsTableIndex{ 1 }; 66 static constexpr UserValueIndex kContentsTableIndex{ 1 };
67 67
68 public: 68 public:
69 static constexpr std::string_view kUnder{ "under" }; 69 static constexpr std::string_view kUnder{ "under" };