diff options
Diffstat (limited to 'test/maid_test.cpp')
-rw-r--r-- | test/maid_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp index ee2ee7f..13284c2 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -25,7 +25,7 @@ #include <thread> #include <vector> -using Raul::Maid; +using raul::Maid; static const size_t n_threads = 8U; static const size_t n_junk_per_thread = 1U << 16U; |