forked from mirror/openmw-tes3mp
fixed linkage problem
This commit is contained in:
parent
3b776cb3ca
commit
f8e54b401b
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ namespace Ogre {
|
||||||
#if (BOOST_VERSION <= 104300)
|
#if (BOOST_VERSION <= 104300)
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace filesystem {
|
namespace filesystem {
|
||||||
path absolute(const path& p, const path& base=current_path()) {
|
inline path absolute(const path& p, const path& base=current_path()) {
|
||||||
// call obsolete version of this function on older boost
|
// call obsolete version of this function on older boost
|
||||||
return complete(p, base);
|
return complete(p, base);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue