diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 16:13:30 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 16:13:30 +0200 |
commit | 261a42021e44e1d3c3cfb3fc6576d3d269241c93 (patch) | |
tree | 61bf8bbf0bb334e18f4a36e5f58badd809e6bade /src/deep.h | |
parent | 92ea4d16a274b4a7db0206fd74891a555f6501c9 (diff) | |
download | lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.gz lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.bz2 lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.zip |
Progressively applying the coding rules
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ class DeepFactory | |||
66 | DeepFactory& operator=(DeepFactory const&&) = delete; | 66 | DeepFactory& operator=(DeepFactory const&&) = delete; |
67 | 67 | ||
68 | private: | 68 | private: |
69 | void storeDeepLookup(lua_State* L_) const; | ||
69 | // NVI: private overrides | 70 | // NVI: private overrides |
70 | [[nodiscard]] virtual DeepPrelude* newDeepObjectInternal(lua_State* L_) const = 0; | 71 | [[nodiscard]] virtual DeepPrelude* newDeepObjectInternal(lua_State* L_) const = 0; |
71 | virtual void deleteDeepObjectInternal(lua_State* L_, DeepPrelude* o_) const = 0; | 72 | virtual void deleteDeepObjectInternal(lua_State* L_, DeepPrelude* o_) const = 0; |