mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 18:36:42 +00:00
Remove undefined constructor declaration
This commit is contained in:
parent
d71a1efa92
commit
4a49bc4941
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue