diff options
Diffstat (limited to 'test/double_buffer_test.cpp')
-rw-r--r-- | test/double_buffer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp index 5148f88..1717d0e 100644 --- a/test/double_buffer_test.cpp +++ b/test/double_buffer_test.cpp @@ -17,7 +17,7 @@ #include "raul/DoubleBuffer.hpp" int -main(int argc, char** argv) +main() { Raul::DoubleBuffer<int> db(0); |