terrible horrible typo (#4597)
This commit is contained in:
parent
a9cc3223dc
commit
6dd933ea86
|
@ -157,7 +157,7 @@ public:
|
|||
);
|
||||
|
||||
bool someSortOfTriggerError() const {
|
||||
return !m_timeSinceDecodeError.getElapsedSeconds(1);
|
||||
return !m_timeSinceDecodeError.hasElapsedSec(1);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue