mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-29 08:17:09 +01:00
Avoid warning about forward declaration not matching definition.
This commit is contained in:
@@ -14,7 +14,7 @@ Paul Licameli split from ProjectManager.h
|
||||
#include "ClientData.h"
|
||||
|
||||
class AudacityProject;
|
||||
class UndoState;
|
||||
struct UndoState;
|
||||
enum class UndoPush : unsigned char;
|
||||
|
||||
class ProjectHistory final
|
||||
|
||||
Reference in New Issue
Block a user