1
0
Fork 0
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:
Julian Storer 2011-08-31 15:47:54 +01:00
parent 3744efa6ea
commit 5b92d8cc8f
5 changed files with 49 additions and 44 deletions

View file

@ -227,7 +227,7 @@ private:
//==============================================================================
class MissingDependenciesComponent : public PropertyComponent,
public Button::Listener
public ButtonListener
{
public:
MissingDependenciesComponent (Project& project_, ModuleList& moduleList_, const String& moduleID_)