1
0
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:
elsid 2022-04-23 00:32:08 +02:00
parent d71a1efa92
commit 4a49bc4941
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
2 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ namespace ESM4
Data mData;
EnchantedItem mItem;
Potion();
virtual ~Potion();
virtual void load(ESM4::Reader& reader);

View File

@ -97,7 +97,6 @@ namespace ESM4
PTDT mTarget;
std::vector<CTDA> mConditions;
AIPackage();
virtual ~AIPackage();
virtual void load(ESM4::Reader& reader);