mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Oups forgot an extra ; not liked by Ubuntu GCC
This commit is contained in:
parent
ede46745b5
commit
0f41ae3b53
@ -53,7 +53,7 @@ namespace MWWorld
|
||||
mutable std::unordered_map<std::string, std::weak_ptr<MWMechanics::SpellList>, Misc::StringUtils::CiHash, Misc::StringUtils::CiEqual> mSpellListCache;
|
||||
|
||||
template <class T>
|
||||
Store<T>& getWritable() {return static_cast<Store<T>&>(*mStores[GetRecordTypeId(T)]);};
|
||||
Store<T>& getWritable() {return static_cast<Store<T>&>(*mStores[GetRecordTypeId(T)]);}
|
||||
|
||||
/// Validate entries in store after setup
|
||||
void validate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user