aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index f34b672..c9c070c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1732,7 +1732,7 @@ class MyDeepFactory : public DeepFactory
1732 DeepPrelude* newDeepObjectInternal(lua_State* L) const override; 1732 DeepPrelude* newDeepObjectInternal(lua_State* L) const override;
1733 void deleteDeepObjectInternal(lua_State* L, DeepPrelude* o_) const override; 1733 void deleteDeepObjectInternal(lua_State* L, DeepPrelude* o_) const override;
1734 void createMetatable(lua_State* L) const override; 1734 void createMetatable(lua_State* L) const override;
1735 char const* moduleName() const override; 1735 std::string_view moduleName() const override;
1736}; 1736};
1737 1737
1738static MyDeepFactory g_MyDeepFactory; 1738static MyDeepFactory g_MyDeepFactory;