mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fixes GCC compilation, hopefully for good
This commit is contained in:
parent
30549155e0
commit
dbfbad575b
@ -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…
x
Reference in New Issue
Block a user