mirror of https://github.com/axmolengine/axmol.git
Add mising #endif
This commit is contained in:
parent
4bfa6d4bf9
commit
d162416f96
|
@ -517,4 +517,4 @@ void splitpath(std::basic_string<_Elem>& s, _Fn func) // will convert '\\' to '/
|
|||
splitpath(!s.empty() ? &s.front() : &dummy[0], func);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue