Reducing compiler warnings (#3341)

This commit is contained in:
Alexander Bock
2024-06-28 14:16:06 +02:00
committed by GitHub
parent 78e7c7e321
commit 0707829c7b
17 changed files with 28 additions and 73 deletions

View File

@@ -52,9 +52,9 @@ public:
static constexpr char URISeparator = '.';
struct PropertyOwnerInfo {
std::string identifier;
std::string guiName;
std::string description;
std::string identifier = "";
std::string guiName = "";
std::string description = "";
};
/**