1
0
Fork 0
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:
Evil Eye 2023-06-07 19:13:09 +02:00
parent f62ba346e1
commit 627bfa1155

View file

@ -478,6 +478,8 @@ namespace MWWorld
template <>
class Store<ESM::Skill> : public TypedDynamicStore<ESM::Skill>
{
using TypedDynamicStore<ESM::Skill>::setUp;
public:
Store() = default;