forked from teamnwah/openmw-tes3coop
Remove default parameters from the implementation.
This commit is contained in:
parent
6087a18c94
commit
f90cdec53b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace CSMWorld
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename ESXRecordT>
|
template <typename ESXRecordT>
|
||||||
Record<ESXRecordT>::Record(State state, const ESXRecordT *base = 0, const ESXRecordT *modified = 0)
|
Record<ESXRecordT>::Record(State state, const ESXRecordT *base, const ESXRecordT *modified)
|
||||||
{
|
{
|
||||||
if(base)
|
if(base)
|
||||||
mBase = *base;
|
mBase = *base;
|
||||||
|
|
Loading…
Reference in a new issue