mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Let's put it as a MSVC-only fix for now
This commit is contained in:
parent
e42f4999bd
commit
cfcbd20d99
@ -52,7 +52,11 @@ namespace NifOsg
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
ValueInterpolator(boost::shared_ptr<const MapT> keys, typename MapT::ValueType defaultVal = MapT::ValueType())
|
||||
#else
|
||||
ValueInterpolator(boost::shared_ptr<const MapT> keys, typename MapT::ValueType defaultVal = typename MapT::ValueType())
|
||||
#endif
|
||||
: mKeys(keys)
|
||||
, mDefaultVal(defaultVal)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user