From 350cc98c39417e4948e402bd24babd81489de13d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 28 Feb 2019 19:39:38 +0100 Subject: api: fix clang-tidy false positive --- api/plugin-support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/plugin-support.hpp') diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index 33fe1933..c2368047 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -88,7 +88,7 @@ struct dylib final using str = QLatin1String; const struct filter_ { - Type type; + Type type{Invalid}; QLatin1String glob; } filters[] = { { Filter, str(OPENTRACK_LIBRARY_PREFIX "opentrack-filter-*." OPENTRACK_LIBRARY_EXTENSION), }, -- cgit v1.2.3