diff options
Diffstat (limited to '')
-rw-r--r-- | um/service/src/device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/um/service/src/device.cpp b/um/service/src/device.cpp index 5643106..1bdb42f 100644 --- a/um/service/src/device.cpp +++ b/um/service/src/device.cpp @@ -129,7 +129,7 @@ namespace std template <> void swap<libservice::Device>( libservice::Device& a, - libservice::Device& b) + libservice::Device& b) LIBSERVICE_NOEXCEPT { a.swap(b); } |