Skip to content

Commit 7f84402

Browse files
author
Felix Faber
committed
Reverting removal of init braces.
1 parent 7a24869 commit 7f84402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/importproject.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ ImportProject::SharedItemsProject ImportProject::importVcxitems(const std::strin
873873
return *iterator;
874874
}
875875

876-
SharedItemsProject result;
876+
SharedItemsProject result{};
877877
result.pathToProjectFile = filename;
878878

879879
tinyxml2::XMLDocument doc;

0 commit comments

Comments
 (0)