mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Use the std::derived_from concept when applicable
This probably makes things much clearer at a glance instead of using a blanked typename.
This commit is contained in:
@@ -486,7 +486,7 @@ intptr_t Vst2Bridge::dispatch_wrapper(AEffect* plugin,
|
||||
}
|
||||
}
|
||||
|
||||
class HostCallbackDataConverter : DefaultDataConverter {
|
||||
class HostCallbackDataConverter : public DefaultDataConverter {
|
||||
public:
|
||||
HostCallbackDataConverter(AEffect* plugin,
|
||||
VstTimeInfo& last_time_info) noexcept
|
||||
|
||||
Reference in New Issue
Block a user