mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Remove automatically added using std::endl;
This is the first thing you disable on clangd, but apparently I was too late here.
This commit is contained in:
@@ -34,8 +34,6 @@
|
|||||||
* `IComponent` pointer into an `IPluginBase` smart pointer. This way we can
|
* `IComponent` pointer into an `IPluginBase` smart pointer. This way we can
|
||||||
* keep the rest of yabridge's design in tact.
|
* keep the rest of yabridge's design in tact.
|
||||||
*/
|
*/
|
||||||
using std::endl;
|
|
||||||
|
|
||||||
Steinberg::FUnknownPtr<Steinberg::IPluginBase> hack_init_plugin_base(
|
Steinberg::FUnknownPtr<Steinberg::IPluginBase> hack_init_plugin_base(
|
||||||
Steinberg::IPtr<Steinberg::FUnknown> object,
|
Steinberg::IPtr<Steinberg::FUnknown> object,
|
||||||
Steinberg::IPtr<Steinberg::Vst::IComponent> component);
|
Steinberg::IPtr<Steinberg::Vst::IComponent> component);
|
||||||
|
|||||||
Reference in New Issue
Block a user