1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-27 15:08:39 +01:00

Fix class/struct warning.

This commit is contained in:
James Crook
2018-10-19 17:53:11 +01:00
parent 52672ed5e2
commit b7abde8527

View File

@@ -169,7 +169,7 @@ class WaveTrack;
#include "./commands/CommandFlag.h"
#include "../include/audacity/EffectInterface.h"
class MenuCommandHandler;
struct MenuCommandHandler;
class MenuManager;
class AUDACITY_DLL_API AudacityProject final : public wxFrame,