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:
Peter Johnson
2019-11-05 20:53:40 -08:00
committed by GitHub
parent e6f5c93ab1
commit f5b4be16db

View File

@@ -388,6 +388,7 @@ class Command : public ErrorBase,
friend class ConditionalCommand;
public:
/**
* Gets the name of this Command.
*