[wpilib] SendableBuilder: Make GetTable() visible

This commit is contained in:
Peter Johnson
2020-10-26 00:15:21 -07:00
parent c11d34b26c
commit 8cd42478e1
4 changed files with 18 additions and 3 deletions

View File

@@ -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.