diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 68cf1d24d0..16a3c947f9 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -806,7 +806,7 @@ support::FileNameList const & tmp->setParent(&buffer); return cache; } - static support::FileNameList const empty; + static support::FileNameList const empty = support::FileNameList(); return empty; }