mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
NamedSendable::GetName() is now const qualified
Change-Id: Ie9e4daac4473e44f4248385f992da750501443e5
This commit is contained in:
@@ -252,7 +252,7 @@ void Scheduler::UpdateTable() {
|
||||
}
|
||||
}
|
||||
|
||||
std::string Scheduler::GetName() { return "Scheduler"; }
|
||||
std::string Scheduler::GetName() const { return "Scheduler"; }
|
||||
|
||||
std::string Scheduler::GetType() const { return "Scheduler"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user