mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
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)
|
||||
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);
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ namespace Files {
|
|||
|
||||
/**
|
||||
* \brief Loads Ogre plugin with given name.
|
||||
*
|
||||
*
|
||||
* \param pluginDir absolute path to plugins
|
||||
* \param pluginName plugin name, for example "RenderSystem_GL"
|
||||
* \param ogreRoot Ogre::Root instance
|
||||
|
@ -61,4 +61,4 @@ bool loadOgrePlugin(const std::string &pluginDir, std::string pluginName, Ogre::
|
|||
|
||||
}
|
||||
|
||||
#endif /* COMPONENTS_FILES_OGREPLUGIN_H */
|
||||
#endif /* COMPONENTS_FILES_OGREPLUGIN_H */
|
||||
|
|
Loading…
Reference in a new issue