cellAudio: weak_ptr -> shared_ptr

This commit is contained in:
Eladash 2021-05-14 15:18:30 +03:00 committed by Ivan
parent 94e2f464e3
commit a992a5fba9
2 changed files with 5 additions and 7 deletions

View file

@ -383,7 +383,7 @@ public:
u8 start_period; // Starting event_period
u32 flags; // iFlags
u64 source; // Event source
std::weak_ptr<lv2_event_queue> port; // Underlying event port
std::shared_ptr<lv2_event_queue> port; // Underlying event port
};
std::vector<key_info> keys;