1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Fix DLL_API linkage warning.

This commit is contained in:
James Crook 2019-03-31 20:23:44 +01:00
parent 2936459bca
commit 32bf03b54e

View File

@ -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();
};