1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02: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,