mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Fixed external linkage (DLL_API) for CommandManager so that menus become visible externally.
This commit is contained in:
@@ -576,7 +576,7 @@ typedef void (AudacityProject::*audCommandListFunction)(int);
|
||||
|
||||
// Previously this was in menus.cpp, and the declaration of the
|
||||
// command functor was not visible anywhere else.
|
||||
class AudacityProjectCommandFunctor : public CommandFunctor
|
||||
class AUDACITY_DLL_API AudacityProjectCommandFunctor : public CommandFunctor
|
||||
{
|
||||
public:
|
||||
AudacityProjectCommandFunctor(AudacityProject *project,
|
||||
|
||||
Reference in New Issue
Block a user