mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Code Cleanup (#2191)
* constexpr const -> constexpr * const char* -> std::string_view
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <fstream>
|
||||
|
||||
namespace {
|
||||
constexpr const char* DefaultTransferfunctionSource =
|
||||
constexpr std::string_view DefaultTransferfunctionSource =
|
||||
R"(
|
||||
width 5
|
||||
lower 0.0
|
||||
|
||||
Reference in New Issue
Block a user