diff options
Diffstat (limited to 'src/linda.hpp')
-rw-r--r-- | src/linda.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linda.hpp b/src/linda.hpp index 7874db3..cff30e5 100644 --- a/src/linda.hpp +++ b/src/linda.hpp | |||
@@ -18,7 +18,7 @@ class Linda final | |||
18 | { | 18 | { |
19 | private: | 19 | private: |
20 | Linda& linda; | 20 | Linda& linda; |
21 | [[maybe_unused]] lua_State* const L; // just here for inspection while debugging | 21 | lua_State* const L{}; // just here for inspection while debugging |
22 | 22 | ||
23 | public: | 23 | public: |
24 | KeeperOperationInProgress(Linda& linda_, lua_State* const L_) | 24 | KeeperOperationInProgress(Linda& linda_, lua_State* const L_) |