mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Applied Ghoul cleanups
This commit is contained in:
@@ -52,8 +52,7 @@ public:
|
||||
using TransformMatrix = std::array<double, 36>;
|
||||
using KernelHandle = unsigned int;
|
||||
|
||||
class SpiceException : public ghoul::RuntimeError {
|
||||
public:
|
||||
struct SpiceException : public ghoul::RuntimeError {
|
||||
explicit SpiceException(const std::string& msg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user