Skip to content

Commit

Permalink
clang formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
defiantnerd committed Jun 8, 2024
1 parent eb807c9 commit 0e17601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/detail/vst3/aravst3.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class IMainFactory : public Steinberg::FUnknown
//! The returned pointer must remain valid throughout the lifetime of the object that provided it.
//! The returned ARAFactory must be equal to the ARAFactory provided by the associated
//! IAudioProcessor class through its IPlugInEntryPoint.
virtual const ARAFactoryPtr PLUGIN_API getFactory() = 0;
virtual ARAFactoryPtr PLUGIN_API getFactory() = 0;

static const Steinberg::FUID iid;
};
Expand Down
2 changes: 1 addition & 1 deletion src/wrapasvst3_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class ARAMainFactory : public ARA::IMainFactory
{
FUNKNOWN_CTOR
}
const ARAFactoryPtr PLUGIN_API getFactory() override
ARAFactoryPtr PLUGIN_API getFactory() override
{
return _arafactory;
}
Expand Down

0 comments on commit 0e17601

Please sign in to comment.