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:
parent
2936459bca
commit
32bf03b54e
@ -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();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user