Code cleanup regarding scenegraphnodes

This commit is contained in:
Alexander Bock
2014-05-05 12:15:20 +02:00
parent ae88c0dd6d
commit 636f5327aa
7 changed files with 29 additions and 29 deletions
+1 -2
View File
@@ -25,7 +25,6 @@
#ifndef __QUERY_H__
#define __QUERY_H__
#include <memory>
#include <string>
namespace openspace {
@@ -33,7 +32,7 @@ namespace openspace {
class SceneGraph;
class SceneGraphNode;
std::shared_ptr<SceneGraph> getSceneGraph();
SceneGraph* getSceneGraph();
SceneGraphNode* getSceneGraphNode(const std::string& name);