make these hidden just in case

This commit is contained in:
matcool 2023-12-29 10:58:05 -03:00
parent 570a3b5904
commit c49d6fe576

View file

@ -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();
}
}