summaryrefslogtreecommitdiff
path: root/src/syncConnectionCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncConnectionCommand.cpp')
-rw-r--r--src/syncConnectionCommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syncConnectionCommand.cpp b/src/syncConnectionCommand.cpp
index 533cab3..90df43e 100644
--- a/src/syncConnectionCommand.cpp
+++ b/src/syncConnectionCommand.cpp
@@ -36,12 +36,12 @@ SyncConnectionCommand::SyncConnectionCommand(ConnectionList& cl)
{
}
-SyncConnectionCommand::SyncConnectionCommand(ConnectionList& cl, u_int16_t mux)
+SyncConnectionCommand::SyncConnectionCommand(ConnectionList& cl, uint16_t mux)
:cl_(cl),mux_(mux)
{
}
-u_int16_t SyncConnectionCommand::getMux() const
+uint16_t SyncConnectionCommand::getMux() const
{
return mux_;
}