mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -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)
|
||||
, mDefaultVal(defaultVal)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user