mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02: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