mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
make these hidden just in case
This commit is contained in:
parent
570a3b5904
commit
c49d6fe576
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue