Add a global propertyowner namespace to which the InteractionHandler is added, removing the need for the earlier hack

This commit is contained in:
Alexander Bock
2015-07-06 15:55:42 +02:00
parent 21225b1cb5
commit 678362eee2
5 changed files with 45 additions and 31 deletions
@@ -89,7 +89,7 @@ class SceneGraphNode;
namespace interaction {
class InteractionHandler : public properties::PropertyOwner{
class InteractionHandler : public properties::PropertyOwner {
public:
InteractionHandler();