summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/mouse.h
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-07-10 04:43:54 +0900
committerGitHub <[email protected]>2022-07-09 22:43:54 +0300
commit38fae01cc01a0e984f52c004ade79256d8c90e17 (patch)
treefca48f9a0208aa5c0d79ed7f1da012b285d18025 /hid/lib/drivers/mouse.h
parent793edf8203ec7ea5aba934558ea26054628a5618 (diff)
add keyboard interface (#95)
Diffstat (limited to 'hid/lib/drivers/mouse.h')
-rw-r--r--hid/lib/drivers/mouse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hid/lib/drivers/mouse.h b/hid/lib/drivers/mouse.h
index 8f76b041..3ec29ee9 100644
--- a/hid/lib/drivers/mouse.h
+++ b/hid/lib/drivers/mouse.h
@@ -26,7 +26,7 @@
namespace DRIVERS {
- class Mouse : public Driver {
- using Driver::Driver;
- };
+ class Mouse : public Driver {
+ using Driver::Driver;
+ };
}