mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 21:12:24 +02:00
Fix namespace of function
This commit is contained in:
@@ -127,7 +127,8 @@ void* BufferUtils::bind_socket(
|
||||
return socket;
|
||||
}
|
||||
|
||||
BufferUtils::DetectorConfig read_json_config(const std::string& filename)
|
||||
BufferUtils::DetectorConfig BufferUtils::read_json_config(
|
||||
const std::string& filename)
|
||||
{
|
||||
std::ifstream ifs(filename);
|
||||
rapidjson::IStreamWrapper isw(ifs);
|
||||
|
||||
Reference in New Issue
Block a user