mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Expose the const char* functionality for Spice to prevent unnecessary string creation
This commit is contained in:
@@ -101,6 +101,7 @@ public:
|
||||
* \param time The time to be set as a date string
|
||||
*/
|
||||
void setTime(const std::string& time);
|
||||
void setTime(const char* time);
|
||||
|
||||
/**
|
||||
* Returns the current time as the number of seconds past the J2000 epoch. If the
|
||||
|
||||
Reference in New Issue
Block a user