diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index dfc7149..943fe1a 100644 --- a/include/device.h +++ b/include/device.h @@ -27,6 +27,7 @@ public: // lack of device is not actually an error, // so it doesn't throw virtual bool connect(); + virtual bool disconnect(); /* * Sends packet of HID_REPORT_SIZE. |