Browse Source

Minor changes for VC2005

tags/2021-05-28
jules 13 years ago
parent
commit
a1614a8879
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp
  2. +1
    -1
      extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp

+ 1
- 1
extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp View File

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


+ 1
- 1
extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp 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()


Loading…
Cancel
Save