aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple/src/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--um/wrappers/simple/src/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/um/wrappers/simple/src/device.cpp b/um/wrappers/simple/src/device.cpp
index 57e6963..2d49ff3 100644
--- a/um/wrappers/simple/src/device.cpp
+++ b/um/wrappers/simple/src/device.cpp
@@ -13,7 +13,7 @@ namespace libsimple
{
namespace
{
- const char* const device_path = "\\\\.\\simple_device1";
+ const auto device_path = "\\\\.\\simple_device1";
const auto exchange_ints_ctl_code = CTL_CODE(0x8001, 0x800, METHOD_BUFFERED, FILE_ANY_ACCESS);
}