summaryrefslogtreecommitdiff
path: root/src/cam/event_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/event_loop.h')
-rw-r--r--src/cam/event_loop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cam/event_loop.h b/src/cam/event_loop.h
index a4613eb2..79902d87 100644
--- a/src/cam/event_loop.h
+++ b/src/cam/event_loop.h
@@ -34,8 +34,8 @@ public:
void callLater(const std::function<void()> &func);
- void addEvent(int fd, EventType type,
- const std::function<void()> &handler);
+ void addFdEvent(int fd, EventType type,
+ const std::function<void()> &handler);
private:
struct Event {