mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
fix
This commit is contained in:
@@ -9,6 +9,7 @@ public:
|
||||
~Event() {}
|
||||
|
||||
struct EventHandler {
|
||||
EventHandler() {}
|
||||
EventHandler(void (*handler)(T, void*), void* ctx) {
|
||||
this->handler = handler;
|
||||
this->ctx = ctx;
|
||||
|
||||
Reference in New Issue
Block a user