mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Beta-3 Release Candidate branch (#753)
* Merge experimental session recording branch * Merge new CEF-based webgui branch
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
|
||||
#include <openspace/properties/stringproperty.h>
|
||||
#include <openspace/properties/scalar/boolproperty.h>
|
||||
#include <ghoul/glm.h>
|
||||
#include <ghoul/misc/boolean.h>
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <openspace/properties/stringproperty.h>
|
||||
#include <openspace/properties/scalar/boolproperty.h>
|
||||
|
||||
//#define Debugging_Core_SceneGraphNode_Indices
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
using KernelHandle = unsigned int;
|
||||
|
||||
struct SpiceException : public ghoul::RuntimeError {
|
||||
explicit SpiceException(const std::string& msg);
|
||||
explicit SpiceException(std::string msg);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user