From f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 01:08:56 +0000 Subject: Move events to their own namespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2068 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/DisconnectAll.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/engine/events/DisconnectAll.hpp') diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp index 66c639f1..de07b250 100644 --- a/src/engine/events/DisconnectAll.hpp +++ b/src/engine/events/DisconnectAll.hpp @@ -24,7 +24,6 @@ namespace Ingen { -class DisconnectionEvent; class PatchImpl; class NodeImpl; class Connection; @@ -32,6 +31,10 @@ class PortImpl; class InputPort; class OutputPort; +namespace Events { + +class DisconnectionEvent; + /** An event to disconnect all connections to a Node. * @@ -71,6 +74,7 @@ private: } // namespace Ingen +} // namespace Events #endif // DISCONNECTNODEEVENT_H -- cgit v1.2.1