1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00
This commit is contained in:
Paul Licameli 2016-04-10 21:19:15 -04:00
parent f94b3b3afa
commit 8f02213e23

View File

@ -35,7 +35,8 @@ UndoManager
#include "UndoManager.h"
WX_DECLARE_HASH_SET(const BlockFile *, wxPointerHash, wxPointerEqual, Set );
using ConstBlockFilePtr = const BlockFile*;
WX_DECLARE_HASH_SET(ConstBlockFilePtr, wxPointerHash, wxPointerEqual, Set );
struct UndoStackElem {