diff tests/libclient/js-window/main.cpp @ 43:fabbe1759cec

Misc: switch to mlk namespace, closes #589
author David Demelier <markand@malikania.fr>
date Tue, 29 Nov 2016 22:25:17 +0100
parents a47a4477f347
children f30c84b4b9ed
line wrap: on
line diff
--- a/tests/libclient/js-window/main.cpp	Tue Nov 29 21:21:36 2016 +0100
+++ b/tests/libclient/js-window/main.cpp	Tue Nov 29 22:25:17 2016 +0100
@@ -23,8 +23,7 @@
 
 #include <malikania/js_window.hpp>
 
-namespace mlk = malikania;
-
+using namespace mlk;
 using namespace std::chrono_literals;
 
 class TestWindow : public testing::Test {