mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Code Cleanup (#2191)
* constexpr const -> constexpr * const char* -> std::string_view
This commit is contained in:
@@ -75,7 +75,7 @@ protected:
|
||||
|
||||
float unit(int unit) const;
|
||||
|
||||
std::string toString(int unit) const;
|
||||
std::string_view toString(int unit) const;
|
||||
|
||||
// Data may require some type of transformation prior the spice transformation being
|
||||
// applied
|
||||
|
||||
Reference in New Issue
Block a user