1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Minor changes for VC2005

This commit is contained in:
jules 2012-10-18 16:24:27 +01:00
parent 73f5cd92c7
commit a1614a8879
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ struct AppearanceEditor
//==============================================================================
class EditorPanel : public Component,
private Button::Listener
private ButtonListener
{
public:
EditorPanel()

View file

@ -264,7 +264,7 @@ bool GenericCodeEditorComponent::perform (const InvocationInfo& info)
//==============================================================================
class GenericCodeEditorComponent::FindPanel : public Component,
private TextEditor::Listener,
private Button::Listener
private ButtonListener
{
public:
FindPanel()