diff options
Diffstat (limited to 'test/socket_test.cpp')
-rw-r--r-- | test/socket_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket_test.cpp b/test/socket_test.cpp index 1a5c80f..9208dc3 100644 --- a/test/socket_test.cpp +++ b/test/socket_test.cpp @@ -28,7 +28,7 @@ #include <utility> int -main(int argc, char** argv) +main() { using Socket = Raul::Socket; |