summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index b4aa640..f2fa99d 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -32,12 +32,12 @@ struct NoopEvent
struct ClientCreationEvent
{
- std::string name;
+ ClientID id;
};
struct ClientDestructionEvent
{
- std::string name;
+ ClientID id;
};
struct PortCreationEvent