diff options
Diffstat (limited to 'um/wrappers/simple/include')
-rw-r--r-- | um/wrappers/simple/include/simple/device.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/um/wrappers/simple/include/simple/device.hpp b/um/wrappers/simple/include/simple/device.hpp index d8bdaad..acbda76 100644 --- a/um/wrappers/simple/include/simple/device.hpp +++ b/um/wrappers/simple/include/simple/device.hpp @@ -7,9 +7,9 @@ #include "service/all.hpp" -namespace libsimple +namespace simple { - class Device : libservice::Device + class Device : service::Device { public: Device(); |