mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Silence a clang warning
This commit is contained in:
parent
f62ba346e1
commit
627bfa1155
@ -478,6 +478,8 @@ namespace MWWorld
|
|||||||
template <>
|
template <>
|
||||||
class Store<ESM::Skill> : public TypedDynamicStore<ESM::Skill>
|
class Store<ESM::Skill> : public TypedDynamicStore<ESM::Skill>
|
||||||
{
|
{
|
||||||
|
using TypedDynamicStore<ESM::Skill>::setUp;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Store() = default;
|
Store() = default;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user