Oups forgot an extra ; not liked by Ubuntu GCC

crashfix_debugdraw
florent.teppe 2 years ago
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…
Cancel
Save