mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add timer parameter to DeadlineTimer callback
This commit is contained in:
@@ -39,7 +39,7 @@ NetworkOPs::NetworkOPs (LedgerMaster* pLedgerMaster)
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkOPs::onDeadlineTimer ()
|
||||
void NetworkOPs::onDeadlineTimer (DeadlineTimer&)
|
||||
{
|
||||
ScopedLock sl (getApp().getMasterLock ());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user