Updating Ghoul repository

Updating SGCT repository
Removing compiler warnings
This commit is contained in:
Alexander Bock
2017-03-10 09:32:16 -05:00
parent dbceb169f7
commit bcf92804b6
39 changed files with 201 additions and 164 deletions
@@ -44,6 +44,8 @@ namespace documentation {
* description of the Verifier subclass and what it tests for.
*/
struct Verifier {
virtual ~Verifier() = default;
/**
* This method tests whether the \p key contained in the \p dictionary adheres to
* whatever the concrete Verifer needs to test. The actual testing depends on the
@@ -108,11 +108,10 @@ namespace interaction {
class InteractionMode
{
class InteractionMode {
public:
InteractionMode();
~InteractionMode();
virtual ~InteractionMode();
// Mutators
virtual void setFocusNode(SceneGraphNode* focusNode);
@@ -120,7 +120,7 @@ class ParallelConnection {
*/
static scripting::LuaLibrary luaLibrary();
Status status();
size_t nConnections();
int nConnections();
std::shared_ptr<ghoul::Event<>> connectionEvent();
@@ -38,8 +38,8 @@ namespace ghoul {
namespace openspace {
class RenderData;
class RaycastData;
struct RenderData;
struct RaycastData;
class VolumeRaycaster {
public: