mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Reducing compiler warnings (#3341)
This commit is contained in:
@@ -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 = "";
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user