mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Code Cleanup (#2191)
* constexpr const -> constexpr * const char* -> std::string_view
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <optional>
|
||||
|
||||
namespace {
|
||||
constexpr const char* LoggerCat = "ScreenSpaceSpout";
|
||||
constexpr std::string_view LoggerCat = "ScreenSpaceSpout";
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo NameInfo = {
|
||||
"SpoutName",
|
||||
|
||||
Reference in New Issue
Block a user