1
0
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:
james.k.crook@gmail.com
2011-04-24 17:03:13 +00:00
parent 98fec31a3e
commit 1425847c2f
2 changed files with 5 additions and 2 deletions

View File

@@ -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,