diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ui/EventHub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h index bffba07..3b18c77 100644 --- a/include/ui/EventHub.h +++ b/include/ui/EventHub.h @@ -119,7 +119,7 @@ private: String8 keylayoutFilename; device_t* next; - device_t(int32_t _id, const char* _path); + device_t(int32_t _id, const char* _path, const char* name); ~device_t(); }; |