summaryrefslogtreecommitdiff
path: root/src/libcamera/include/event_dispatcher_poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/include/event_dispatcher_poll.h')
-rw-r--r--src/libcamera/include/event_dispatcher_poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/include/event_dispatcher_poll.h b/src/libcamera/include/event_dispatcher_poll.h
index 30fd5850..a41926e1 100644
--- a/src/libcamera/include/event_dispatcher_poll.h
+++ b/src/libcamera/include/event_dispatcher_poll.h
@@ -41,7 +41,7 @@ private:
std::map<int, EventNotifierSetPoll> notifiers_;
std::list<Timer *> timers_;
- void processNotifiers(std::vector<struct pollfd> &pollfds);
+ void processNotifiers(const std::vector<struct pollfd> &pollfds);
void processTimers();
};