mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 09:01:13 +02:00
travis
This commit is contained in:
parent
f94b3b3afa
commit
8f02213e23
@ -35,7 +35,8 @@ UndoManager
|
|||||||
|
|
||||||
#include "UndoManager.h"
|
#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 {
|
struct UndoStackElem {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user