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

Fix #include directive

This commit is contained in:
Paul Licameli 2019-06-10 22:12:44 -04:00
parent 1a0d0c651b
commit 7708453947

View File

@ -109,7 +109,7 @@ It handles initialization and termination by subclassing wxApp.
#include "widgets/FileHistory.h"
#ifdef EXPERIMENTAL_EASY_CHANGE_KEY_BINDINGS
#include "../prefs/KeyConfigPrefs.h"
#include "prefs/KeyConfigPrefs.h"
#endif
//temporarily commented out till it is added to all projects