diff --git a/include/FileIO/DYFileReader.h b/include/FileIO/DYFileReader.h index 2218722..5978aa6 100644 --- a/include/FileIO/DYFileReader.h +++ b/include/FileIO/DYFileReader.h @@ -83,7 +83,7 @@ namespace DaqGrimoire { return true; } - const DYListEvent& GetCurrentEvent() const + const DYListData& GetCurrentEvent() const { return m_dataEvent; } diff --git a/include/NetIO/DYClient.h b/include/NetIO/DYClient.h index 8cb8164..89fe0f1 100644 --- a/include/NetIO/DYClient.h +++ b/include/NetIO/DYClient.h @@ -48,7 +48,7 @@ namespace DaqGrimoire { } ); - m_asioThread = std::thread([this]() { m_context.run() }); + m_asioThread = std::thread([this]() { m_context.run(); }); } catch (asio::system_error& e) {