mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
travis
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user