diff options
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r-- | src/PatchageEvent.hpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index f2fa99d..02d224a 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -17,15 +17,12 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP -#include "PatchagePort.hpp" +#include "ClientID.hpp" #include "PortID.hpp" #include <boost/variant/variant.hpp> #include <string> -#include <utility> - -class Patchage; struct NoopEvent {}; @@ -71,8 +68,4 @@ using PatchageEvent = boost::variant<NoopEvent, ConnectionEvent, DisconnectionEvent>; -/// Handle an event in the GUI -void -handle_event(Patchage& patchage, const PatchageEvent& event); - #endif // PATCHAGE_PATCHAGEEVENT_HPP |