summaryrefslogtreecommitdiff
path: root/src/syncCommand.cpp
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2010-02-18 09:15:27 +0000
committerMarkus Grüneis <gimpf@gimpf.org>2010-02-18 09:15:27 +0000
commite191eab68d905bfe14e3590a92fa653f0ae2ebce (patch)
treea5837b067ecab92c645008b537087b0d163ef1ab /src/syncCommand.cpp
parentwhitespace only change: unified formatting with "astyle --style=k/r --indent=... (diff)
non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility)
Diffstat (limited to 'src/syncCommand.cpp')
-rw-r--r--src/syncCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncCommand.cpp b/src/syncCommand.cpp
index 1f7548e..22dede8 100644
--- a/src/syncCommand.cpp
+++ b/src/syncCommand.cpp
@@ -37,7 +37,7 @@ SyncCommand::SyncCommand(ConnectionList& cl)
src_ = new SyncRouteCommand();
}
-SyncCommand::SyncCommand(ConnectionList& cl, u_int16_t mux)
+SyncCommand::SyncCommand(ConnectionList& cl, uint16_t mux)
{
scc_ = new SyncConnectionCommand(cl,mux);
src_=NULL;