Fix CLAP logging overload order

This commit is contained in:
Robbert van der Helm
2022-10-09 00:22:10 +02:00
parent 6cb12aad73
commit 23f7432614
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -169,8 +169,6 @@ class ClapLogger {
const clap::ext::params::host::Rescan&);
bool log_request(bool is_host_plugin,
const clap::ext::params::host::Clear&);
bool log_request(bool is_host_plugin,
const clap::ext::params::host::RequestFlush&);
bool log_request(bool is_host_plugin,
const clap::ext::latency::host::Changed&);
bool log_request(bool is_host_plugin,
@@ -178,6 +176,8 @@ class ClapLogger {
// Audio thread callbacks
bool log_request(bool is_host_plugin, const clap::ext::log::host::Log&);
bool log_request(bool is_host_plugin,
const clap::ext::params::host::RequestFlush&);
bool log_request(bool is_host_plugin,
const clap::ext::tail::host::Changed&);