Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarLua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarLua.hpp')
-rw-r--r--source/core/StarLua.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp
index d82f906..95b4499 100644
--- a/source/core/StarLua.hpp
+++ b/source/core/StarLua.hpp
@@ -2160,4 +2160,6 @@ size_t LuaEngine::pushArguments(lua_State* state, Args const&... args) {
}
+template <> struct fmt::formatter<Star::LuaValue> : ostream_formatter {};
+
#endif