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:
parent
73f5cd92c7
commit
a1614a8879
2 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ struct AppearanceEditor
|
|||
|
||||
//==============================================================================
|
||||
class EditorPanel : public Component,
|
||||
private Button::Listener
|
||||
private ButtonListener
|
||||
{
|
||||
public:
|
||||
EditorPanel()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue