1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +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;