Mesh: modernize C++: return braced init list

This commit is contained in:
wmayer
2023-08-19 01:06:43 +02:00
parent 0e444a554d
commit 9d780d223a
12 changed files with 17 additions and 17 deletions

View File

@@ -96,7 +96,7 @@ public:
}
std::vector<std::string> getDisplayModes() const override
{
return std::vector<std::string>();
return {};
}
void setCoords(const std::vector<Base::Vector3f>& v)
{