diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libhomescreen.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp index 5720368..9034dc8 100644 --- a/include/libhomescreen.hpp +++ b/include/libhomescreen.hpp @@ -38,7 +38,7 @@ public: LibHomeScreen(const LibHomeScreen &) = delete; LibHomeScreen &operator=(const LibHomeScreen &) = delete; - using handler_func = std::function<void(const char*)>; + using handler_func = std::function<void(json_object*)>; enum EventType { Event_TapShortcut = 1, |