Fix another compiler warning. (C++'s auto is kind of a joke compared to C#'c var...
commit7ec908cbe7524046f5d50da10eb35c980e29f537
authorkeldorkatarn <schmitta79@gmail.com>
Tue, 24 Apr 2018 08:46:44 +0000 (24 10:46 +0200)
committerkeldorkatarn <schmitta79@gmail.com>
Tue, 24 Apr 2018 08:47:43 +0000 (24 10:47 +0200)
tree23b3c3dab7a2637fe56dcfb24c3079d4375f429c
parent919adb661c0c2f800d1e287c956d7f60b1b9289e
Fix another compiler warning. (C++'s auto is kind of a joke compared to C#'c var... why on earth do I leave it to the compiler to decide which type to use when it does so and then complains it's the wrong one....)
src/network/network_server.cpp