mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
Quick fix for building on MSVC
This commit is contained in:
parent
ba5433391f
commit
e42f4999bd
@ -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…
x
Reference in New Issue
Block a user