diff options
Diffstat (limited to 'ingen/serialisation/Serialiser.hpp')
-rw-r--r-- | ingen/serialisation/Serialiser.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ingen/serialisation/Serialiser.hpp b/ingen/serialisation/Serialiser.hpp index 6a4a2705..cfc11c02 100644 --- a/ingen/serialisation/Serialiser.hpp +++ b/ingen/serialisation/Serialiser.hpp @@ -36,7 +36,10 @@ class Node; class Port; class Connection; -namespace Shared { class World; class Store; } +namespace Shared { +class World; +class Store; +} namespace Serialisation { @@ -47,7 +50,7 @@ namespace Serialisation { class Serialiser { public: - Serialiser(Shared::World& world); + explicit Serialiser(Shared::World& world); virtual ~Serialiser(); typedef GraphObject::Properties Properties; |