mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
OldStyleCommandType - It's on the way out.
This renaming makes it clearer which code is still using Dan Horgan's Command system.
This commit is contained in:
committed by
Paul Licameli
parent
2f6fc0a1e5
commit
b83b862b3f
@@ -77,7 +77,7 @@ public:
|
||||
class CommandImplementation /* not final */ : public OldStyleCommand
|
||||
{
|
||||
private:
|
||||
CommandType &mType;
|
||||
OldStyleCommandType &mType;
|
||||
ParamValueMap mParams;
|
||||
ParamBoolMap mSetParams;
|
||||
|
||||
@@ -100,7 +100,7 @@ protected:
|
||||
public:
|
||||
/// Constructor should not be called directly; only by a factory which
|
||||
/// ensures name and params are set appropriately for the command.
|
||||
CommandImplementation(CommandType &type);
|
||||
CommandImplementation(OldStyleCommandType &type);
|
||||
|
||||
virtual ~CommandImplementation();
|
||||
|
||||
|
Reference in New Issue
Block a user