Skip to content

Commit

Permalink
add override to virtual function
Browse files Browse the repository at this point in the history
  • Loading branch information
defiantnerd committed Jun 8, 2024
1 parent 434a51c commit 0cc7d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapasvst3.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class ClapAsVst3 : public Steinberg::Vst::SingleComponentEffect,
//----from ARA::IPlugInEntryPoint2---------------------------
ARAPlugInExtensionInstancePtr PLUGIN_API bindToDocumentControllerWithRoles(
ARADocumentControllerRef documentControllerRef, ARAPlugInInstanceRoleFlags knownRoles,
ARAPlugInInstanceRoleFlags assignedRoles);
ARAPlugInInstanceRoleFlags assignedRoles) override;

//---Interface--------------------------------------------------------------------------
OBJ_METHODS(ClapAsVst3, SingleComponentEffect)
Expand Down

0 comments on commit 0cc7d6d

Please sign in to comment.