summaryrefslogtreecommitdiffstats
path: root/src/PortID.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PortID.hpp')
-rw-r--r--src/PortID.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PortID.hpp b/src/PortID.hpp
index 846a447..3c2fc58 100644
--- a/src/PortID.hpp
+++ b/src/PortID.hpp
@@ -23,10 +23,10 @@ namespace patchage {
struct PortID {
using Type = ClientType;
- PortID(const PortID& copy) = default;
+ PortID(const PortID& copy) = default;
PortID& operator=(const PortID& copy) = default;
- PortID(PortID&& id) = default;
+ PortID(PortID&& id) = default;
PortID& operator=(PortID&& id) = default;
~PortID() = default;