Skip to content

Commit

Permalink
formatting?
Browse files Browse the repository at this point in the history
  • Loading branch information
defiantnerd committed Jun 8, 2024
1 parent 77462c9 commit eb807c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/detail/vst3/aravst3.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class IPlugInEntryPoint : public Steinberg::FUnknown
//! Same call order rules as bindToDocumentControllerWithRoles () apply.
ARA_DEPRECATED(2_0_Draft)
virtual ARAPlugInExtensionInstancePtr PLUGIN_API
bindToDocumentController(ARADocumentControllerRef documentControllerRef) = 0;
bindToDocumentController(ARADocumentControllerRef documentControllerRef) = 0;

static const Steinberg::FUID iid;
};
Expand Down
4 changes: 2 additions & 2 deletions src/wrapasvst3.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class ClapAsVst3 : public Steinberg::Vst::SingleComponentEffect,

//---IContextMenuTarget ----------------------------------------------------------------
tresult PLUGIN_API executeMenuItem(int32 tag) override;
//----from ARA::IPlugInEntryPoint

//----from ARA::IPlugInEntryPoint
ARAFactoryPtr PLUGIN_API getFactory() override;
ARAPlugInExtensionInstancePtr PLUGIN_API
bindToDocumentController(ARADocumentControllerRef documentControllerRef) override;
Expand Down

0 comments on commit eb807c9

Please sign in to comment.