mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 11:39:44 +00:00
Silence a clang warning
This commit is contained in:
parent
f62ba346e1
commit
627bfa1155
1 changed files with 2 additions and 0 deletions
|
@ -478,6 +478,8 @@ namespace MWWorld
|
|||
template <>
|
||||
class Store<ESM::Skill> : public TypedDynamicStore<ESM::Skill>
|
||||
{
|
||||
using TypedDynamicStore<ESM::Skill>::setUp;
|
||||
|
||||
public:
|
||||
Store() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue