mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
Quick fix for building on MSVC
This commit is contained in:
parent
ba5433391f
commit
e42f4999bd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace NifOsg
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
ValueInterpolator(boost::shared_ptr<const MapT> keys, typename MapT::ValueType defaultVal = typename MapT::ValueType())
|
ValueInterpolator(boost::shared_ptr<const MapT> keys, typename MapT::ValueType defaultVal = MapT::ValueType())
|
||||||
: mKeys(keys)
|
: mKeys(keys)
|
||||||
, mDefaultVal(defaultVal)
|
, mDefaultVal(defaultVal)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue