mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12: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
@@ -26,7 +26,7 @@ to that system.
|
||||
#include "CommandType.h"
|
||||
#include "../BatchCommands.h"
|
||||
|
||||
class BatchEvalCommandType final : public CommandType
|
||||
class BatchEvalCommandType final : public OldStyleCommandType
|
||||
{
|
||||
public:
|
||||
wxString BuildName() override;
|
||||
@@ -37,7 +37,7 @@ public:
|
||||
class BatchEvalCommand final : public CommandImplementation
|
||||
{
|
||||
public:
|
||||
BatchEvalCommand(CommandType &type)
|
||||
BatchEvalCommand(OldStyleCommandType &type)
|
||||
: CommandImplementation(type)
|
||||
{ }
|
||||
|
||||
|
Reference in New Issue
Block a user