1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Minor fixes and warning removals for VC7.

This commit is contained in:
Julian Storer 2010-01-17 22:44:16 +00:00
parent 7381243506
commit 6a4e8f235c
22 changed files with 192 additions and 97 deletions

View file

@ -220,11 +220,11 @@ void Label::showEditor()
}
}
void Label::editorShown (TextEditor* editorComponent)
void Label::editorShown (TextEditor* /*editorComponent*/)
{
}
void Label::editorAboutToBeHidden (TextEditor* editorComponent)
void Label::editorAboutToBeHidden (TextEditor* /*editorComponent*/)
{
}