aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/deep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deep.h b/src/deep.h
index 6f6e99d..6f4e64d 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -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;