mirror of
https://github.com/gwm17/DaqGrimoire.git
synced 2024-11-22 18:58:51 -05:00
Fix small bugs in both file and net
This commit is contained in:
parent
083abe66be
commit
044caba7eb
|
@ -83,7 +83,7 @@ namespace DaqGrimoire {
|
|||
return true;
|
||||
}
|
||||
|
||||
const DYListEvent& GetCurrentEvent() const
|
||||
const DYListData& GetCurrentEvent() const
|
||||
{
|
||||
return m_dataEvent;
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user