From 25d82b0c52120c81cfed5bc1f245408f08203b7b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 30 Aug 2018 22:17:06 +0200 Subject: Fixing lots of small nits: o boost::uuid didn't give much, use our own and add new short uuid type. o Fixing nits from clang-tidy. --- apps/ble-inspect-device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ble-inspect-device.cpp') diff --git a/apps/ble-inspect-device.cpp b/apps/ble-inspect-device.cpp index baee93a..8f85e5c 100644 --- a/apps/ble-inspect-device.cpp +++ b/apps/ble-inspect-device.cpp @@ -16,7 +16,7 @@ class ble_inspect_device : public app { public: ble_inspect_device() : app("ble-inspect-device") {} - ~ble_inspect_device() = default; + ~ble_inspect_device() override = default; void add_options(po::options_description_easy_init &options) override { options("device", po::value()->required(), "The MAC of the device to inspect"); -- cgit v1.2.3