forked from teamnwah/openmw-tes3coop
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)
|
||||
, mDefaultVal(defaultVal)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue