From c49d6fe576404e3e5053493634523c366303cbb6 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:58:05 -0300 Subject: [PATCH] make these hidden just in case --- loader/include/Geode/loader/Log.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/include/Geode/loader/Log.hpp b/loader/include/Geode/loader/Log.hpp index a82b4ca6..e89e9b92 100644 --- a/loader/include/Geode/loader/Log.hpp +++ b/loader/include/Geode/loader/Log.hpp @@ -49,13 +49,13 @@ namespace cocos2d { } namespace gd { - inline std::string format_as(gd::string const& value) { + GEODE_INLINE GEODE_HIDDEN std::string format_as(gd::string const& value) { return value; } } namespace ghc::filesystem { - inline std::string format_as(ghc::filesystem::path const& value) { + GEODE_INLINE GEODE_HIDDEN std::string format_as(ghc::filesystem::path const& value) { return value.string(); } }