1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 12:39:41 +00:00

fixed linkage problem

This commit is contained in:
Marc Zinnschlag 2012-08-01 09:09:00 +02:00
parent 3b776cb3ca
commit f8e54b401b

View file

@ -35,7 +35,7 @@ namespace Ogre {
#if (BOOST_VERSION <= 104300)
namespace boost {
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
return complete(p, base);
}