mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00:00
Remove undefined constructor declaration
This commit is contained in:
parent
d71a1efa92
commit
4a49bc4941
@ -75,7 +75,6 @@ namespace ESM4
|
||||
Data mData;
|
||||
EnchantedItem mItem;
|
||||
|
||||
Potion();
|
||||
virtual ~Potion();
|
||||
|
||||
virtual void load(ESM4::Reader& reader);
|
||||
|
@ -97,7 +97,6 @@ namespace ESM4
|
||||
PTDT mTarget;
|
||||
std::vector<CTDA> mConditions;
|
||||
|
||||
AIPackage();
|
||||
virtual ~AIPackage();
|
||||
|
||||
virtual void load(ESM4::Reader& reader);
|
||||
|
Loading…
x
Reference in New Issue
Block a user