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:
@@ -47,7 +47,7 @@
|
||||
using namespace CCfits;
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "FitsFileReader";
|
||||
constexpr std::string_view _loggerCat = "FitsFileReader";
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Reference in New Issue
Block a user