1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Fix Windows build warning

This commit is contained in:
Paul Licameli 2020-02-21 14:19:01 -05:00
parent 2e314b9dd2
commit 0bbc974a7b

View File

@ -456,7 +456,7 @@ namespace Registry {
using BaseItemSharedPtr = std::shared_ptr<BaseItem>;
using BaseItemPtrs = std::vector<BaseItemPtr>;
struct Visitor;
class Visitor;
// An item that delegates to another held in a shared pointer; this allows