修复编译警告,修改get_widget为weak_ptr

This commit is contained in:
Nanako 2024-05-06 14:45:41 +08:00
parent 322c1a5f37
commit 584e2ea19e
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#include "audio_device_manager.h"
#include "audio_device_manager.h"
#include "audio/mixer/mixer.h"
#include "audio/mixer/mixer_track.h"

View File

@ -1,4 +1,4 @@
#include "mixer.h"
#include "mixer.h"
#include "channel_interface.h"
#include "channel_node.h"

View File

@ -1,4 +1,4 @@
#include "vst2_plugin_host.h"
#include "vst2_plugin_host.h"
#include "audio/device/audio_device_manager.h"
#include "audio/mixer/channel_interface.h"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <stdexcept>
#include "spdlog/spdlog.h"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "ncx_core.h"
#include "ncx_lock.h"

2
third_party/rtaudio vendored

@ -1 +1 @@
Subproject commit cb03db3c7e474c843444631e842468d5b258d095
Subproject commit f92c4bc21494e0574695abecbacc67646b033ddf

@ -1 +1 @@
Subproject commit 7f59941aa0d188d33704665ba6432882f6c96084
Subproject commit 1b6cf17bb37741103a67cb3698066b6b80def2e0