mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Fix DLL_API linkage warning.
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user