mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilibc] Const-qualify Watchdog comparison operator (#2767)
This commit is contained in:
@@ -162,7 +162,7 @@ class Watchdog {
|
||||
class Impl;
|
||||
Impl* m_impl;
|
||||
|
||||
bool operator>(const Watchdog& rhs);
|
||||
bool operator>(const Watchdog& rhs) const;
|
||||
|
||||
static Impl* GetImpl();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user