mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-23 05:11:33 +00:00
Fixes GCC compilation, hopefully for good
This commit is contained in:
parent
30549155e0
commit
dbfbad575b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace
|
||||||
|
|
||||||
static int sRecordTypeCounter = 0;
|
static int sRecordTypeCounter = 0;
|
||||||
|
|
||||||
#define OPENMW_ESM_ADD_STORE_TYPE(__Type)template<> const int MWWorld::SRecordType<__Type>::sRecordId = sRecordTypeCounter++;
|
#define OPENMW_ESM_ADD_STORE_TYPE(__Type)template<> const int MWWorld::SRecordType<__Type>::sRecordId = sRecordTypeCounter++
|
||||||
|
|
||||||
OPENMW_ESM_ADD_STORE_TYPE(ESM::Activator);
|
OPENMW_ESM_ADD_STORE_TYPE(ESM::Activator);
|
||||||
OPENMW_ESM_ADD_STORE_TYPE(ESM::Potion);
|
OPENMW_ESM_ADD_STORE_TYPE(ESM::Potion);
|
||||||
|
|
Loading…
Reference in a new issue