diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-01 15:43:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-01 15:43:53 +0300 |
commit | d6d253ea7d3c3b4fd7cc402449eadef31d493203 (patch) | |
tree | e2cd5291c9395f76a7afe297f8ed78a59abd163a /um/wrappers/special/nt_namespace/include | |
parent | um: strip the 'lib' prefix from include/ dirs (diff) | |
download | windows7-drivers-d6d253ea7d3c3b4fd7cc402449eadef31d493203.tar.gz windows7-drivers-d6d253ea7d3c3b4fd7cc402449eadef31d493203.zip |
um: strip the 'lib' prefix from namespace names
Diffstat (limited to '')
-rw-r--r-- | um/wrappers/special/nt_namespace/include/nt_namespace/device.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <string> -namespace libnt_namespace +namespace nt_namespace { - class Device : libservice::Device + class Device : service::Device { public: Device(); |