mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class.
This commit is contained in:
parent
3744efa6ea
commit
5b92d8cc8f
5 changed files with 49 additions and 44 deletions
|
|
@ -227,7 +227,7 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
class MissingDependenciesComponent : public PropertyComponent,
|
||||
public Button::Listener
|
||||
public ButtonListener
|
||||
{
|
||||
public:
|
||||
MissingDependenciesComponent (Project& project_, ModuleList& moduleList_, const String& moduleID_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue