aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/UUID.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt/UUID.hpp')
-rw-r--r--api/direct_bt/UUID.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/UUID.hpp b/api/direct_bt/UUID.hpp
index b96eeac9..02adb1e7 100644
--- a/api/direct_bt/UUID.hpp
+++ b/api/direct_bt/UUID.hpp
@@ -63,7 +63,7 @@ private:
TypeSize type;
protected:
- uuid_t(TypeSize const type) : type(type) {}
+ uuid_t(TypeSize const type_) : type(type_) {}
public:
static TypeSize toTypeSize(const int size);