diff --git a/src/commands/CommandManagerWindowClasses.h b/src/commands/CommandManagerWindowClasses.h index 109ff5a9b..3e2135476 100644 --- a/src/commands/CommandManagerWindowClasses.h +++ b/src/commands/CommandManagerWindowClasses.h @@ -16,7 +16,7 @@ and certain navigation keys with commands, but certain windows do not, and those inherit this class. */ -struct NonKeystrokeInterceptingWindow +struct AUDACITY_DLL_API NonKeystrokeInterceptingWindow { virtual ~NonKeystrokeInterceptingWindow(); };