Make the C++ old enough for Ubuntu.

This commit is contained in:
David Given
2022-02-22 13:56:50 +01:00
parent 40a42c65c1
commit bd392b91b7
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public:
Error() << "Failed\nIs a disk in the drive?";
}
Logger() << EndSpeedOperationLogMessage(oneRevolution);
Logger() << EndSpeedOperationLogMessage { oneRevolution };
}
else
_hardSectorThreshold = 0;