Skip to content

Commit

Permalink
Reverting removal of init braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Faber committed Jun 12, 2024
1 parent c73b9bc commit 97d5bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/importproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ ImportProject::SharedItemsProject ImportProject::importVcxitems(const std::strin
return *iterator;
}

SharedItemsProject result;
SharedItemsProject result{};
result.pathToProjectFile = filename;

tinyxml2::XMLDocument doc;
Expand Down

0 comments on commit 97d5bea

Please sign in to comment.