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/wrappers/special/nt_namespace/include/nt_namespace/device.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'um/wrappers/special/nt_namespace/include') diff --git a/um/wrappers/special/nt_namespace/include/nt_namespace/device.hpp b/um/wrappers/special/nt_namespace/include/nt_namespace/device.hpp index 793db4b..a3d725c 100644 --- a/um/wrappers/special/nt_namespace/include/nt_namespace/device.hpp +++ b/um/wrappers/special/nt_namespace/include/nt_namespace/device.hpp @@ -9,9 +9,9 @@ #include -namespace libnt_namespace +namespace nt_namespace { - class Device : libservice::Device + class Device : service::Device { public: Device(); -- cgit v1.2.3