From 6e455aa1cb9a85348fae8e5dd1aa242599920ac8 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 29 Mar 2016 17:49:26 +0100 Subject: [PATCH] Fixed minor comment typo --- modules/juce_gui_basics/properties/juce_TextPropertyComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h index 9e36f74b7f..2b16bbdc53 100644 --- a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h @@ -136,7 +136,7 @@ private: }; #ifndef DOXYGEN - /** This typedef is just for compatibility with old code and VC6 - newer code should use Button::Listener instead. */ + /** This typedef is just for compatibility with old code and VC6 - newer code should use TextPropertyComponent::Listener instead. */ typedef TextPropertyComponent::Listener TextPropertyComponentListener; #endif