mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
The change to SendableBuilder to add GetTable() added a virtual function early in the class definition. This is an ABI break for vendor libraries. Attempt to workaround this breakage by moving GetTable() to the end of the class definition.