1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 17:08:07 +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 BaseItemSharedPtr = std::shared_ptr<BaseItem>;
using BaseItemPtrs = std::vector<BaseItemPtr>; using BaseItemPtrs = std::vector<BaseItemPtr>;
struct Visitor; class Visitor;
// An item that delegates to another held in a shared pointer; this allows // An item that delegates to another held in a shared pointer; this allows