Remove warnings

This commit is contained in:
Alexander Bock
2025-05-01 10:29:37 +02:00
parent 637ee4ec4f
commit 43cd1fd831
2 changed files with 1 additions and 5 deletions

View File

@@ -42,12 +42,10 @@ void to_json(nlohmann::json& j, const PropertyOwner* p);
} // namespace openspace::properties
namespace openspace::interaction {
class Action;
struct Action;
void to_json(nlohmann::json& j, const Action& a);
void to_json(nlohmann::json& j, const Action* pA);
} // namespace openspace::interaction
namespace openspace {

View File

@@ -33,8 +33,6 @@
namespace {
constexpr std::string_view _loggerCat = "SelectionProperty";
constexpr std::string_view OptionsKey = "Options";
} // namespace
namespace openspace::properties {