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:
Robbert van der Helm
2021-06-26 12:27:05 +02:00
parent 20638b7349
commit 94ba58a7a5
-2
View File
@@ -34,8 +34,6 @@
* `IComponent` pointer into an `IPluginBase` smart pointer. This way we can
* keep the rest of yabridge's design in tact.
*/
using std::endl;
Steinberg::FUnknownPtr<Steinberg::IPluginBase> hack_init_plugin_base(
Steinberg::IPtr<Steinberg::FUnknown> object,
Steinberg::IPtr<Steinberg::Vst::IComponent> component);