mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpilib] SendableBuilder: Make GetTable() visible
This commit is contained in:
@@ -43,7 +43,7 @@ class SendableBuilderImpl : public SendableBuilder {
|
||||
* Get the network table.
|
||||
* @return The network table
|
||||
*/
|
||||
std::shared_ptr<nt::NetworkTable> GetTable();
|
||||
std::shared_ptr<nt::NetworkTable> GetTable() override;
|
||||
|
||||
/**
|
||||
* Return whether this sendable has an associated table.
|
||||
|
||||
Reference in New Issue
Block a user