mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-09 14:02:09 +02:00
Specify type explicitly
This commit is contained in:
+1
-1
@@ -142,6 +142,6 @@ shared_ptr<FrameMetadata> ZmqReceiver::read_json_header(const string& header)
|
||||
return header_data;
|
||||
}
|
||||
|
||||
const auto ZmqReceiver::get_header_values_type() const{
|
||||
const shared_ptr<unordered_map<string, string>> ZmqReceiver::get_header_values_type() const{
|
||||
return header_values_type;
|
||||
}
|
||||
Reference in New Issue
Block a user