summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
authorDaniel Bradshaw <daniel+commits@the-cell.co.uk>2010-01-26 21:02:20 +0000
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-01-28 10:19:12 +0100
commitca2950fb8bffa9924aa49ab1d4729dbc2a391752 (patch)
treed95f92db525f415a4107ed8704b75368b70da967 /src/net/net.cpp
parent8d299d86c1209be6084e0d78c0454c946874e00f (diff)
downloadmana-client-ca2950fb8bffa9924aa49ab1d4729dbc2a391752.tar.gz
mana-client-ca2950fb8bffa9924aa49ab1d4729dbc2a391752.tar.bz2
mana-client-ca2950fb8bffa9924aa49ab1d4729dbc2a391752.tar.xz
mana-client-ca2950fb8bffa9924aa49ab1d4729dbc2a391752.zip
Added virtual destructors, some implicit casts, and a couple of type changes.
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 9c05595d..593d9cb7 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -199,4 +199,5 @@ void unload()
}
}
-} // namespace Net \ No newline at end of file
+} // namespace Net
+