diff tests/libserver/dao-account/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 f8c6d2244795
line wrap: on
line diff
--- a/tests/libserver/dao-account/main.cpp	Tue Nov 29 21:21:36 2016 +0100
+++ b/tests/libserver/dao-account/main.cpp	Tue Nov 29 22:25:17 2016 +0100
@@ -26,7 +26,7 @@
 #include <malikania/account_dao.hpp>
 #include <malikania/database.hpp>
 
-namespace mlk = malikania;
+using namespace mlk;
 
 #include "test-sqlite.hpp"