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:
parent
2e314b9dd2
commit
0bbc974a7b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user