1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Fix broken Windows build.

This commit is contained in:
James Crook 2019-12-29 17:38:44 +00:00
parent 3b01794eb1
commit e6c370023c

View File

@ -16,7 +16,7 @@
#if wxUSE_ACCESSIBILITY
#include <wx/access.h> // to inherit
#include <../Internat.h> // for TranslatableString
#include <Internat.h> // for TranslatableString
class WindowAccessible: public wxAccessible
{