From 0ec260c12ee6a37e763bc60ef587dbd891136e76 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 20 May 2024 11:48:41 +0200 Subject: Start using string_view --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') 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 DeepPrelude* newDeepObjectInternal(lua_State* L) const override; void deleteDeepObjectInternal(lua_State* L, DeepPrelude* o_) const override; void createMetatable(lua_State* L) const override; - char const* moduleName() const override; + std::string_view moduleName() const override; }; static MyDeepFactory g_MyDeepFactory; -- cgit v1.2.3-55-g6feb