mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
Added a missing copy constructor.
This commit is contained in:
parent
f90cdec53b
commit
8b3adec3ec
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ namespace CSMWorld
|
|||
ESXRecordT mBase;
|
||||
ESXRecordT mModified;
|
||||
|
||||
Record() {}
|
||||
Record() = default;
|
||||
Record(const Record&) = default;
|
||||
Record(State state,
|
||||
const ESXRecordT *base = 0, const ESXRecordT *modified = 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue