Applied Ghoul cleanups

This commit is contained in:
Alexander Bock
2015-11-22 21:26:02 -05:00
parent 01c1586616
commit 3806318b0d
7 changed files with 10 additions and 12 deletions

View File

@@ -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);
};