mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Old C++ Command: Make GetName et al public (#2042)
These used to be effectively public due to SendableBase, and are public in the Java version.
This commit is contained in:
@@ -388,6 +388,7 @@ class Command : public ErrorBase,
|
||||
|
||||
friend class ConditionalCommand;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Gets the name of this Command.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user