From d6d253ea7d3c3b4fd7cc402449eadef31d493203 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 1 May 2017 15:43:53 +0300 Subject: um: strip the 'lib' prefix from namespace names --- um/service/src/windows_error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'um/service/src/windows_error.cpp') diff --git a/um/service/src/windows_error.cpp b/um/service/src/windows_error.cpp index 90ebd7c..5b358ca 100644 --- a/um/service/src/windows_error.cpp +++ b/um/service/src/windows_error.cpp @@ -9,7 +9,7 @@ #include -namespace libservice +namespace service { std::string WindowsErrorCategory::message(int code) const { -- cgit v1.2.3