mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-03 17:58:28 +02:00
Make function const
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
ZmqPulseReceiver(const std::vector<std::string>& ipc_urls, void* ctx);
|
||||
~ZmqPulseReceiver();
|
||||
|
||||
uint64_t get_next_pulse_id();
|
||||
uint64_t get_next_pulse_id() const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user