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

Fixed minor comment typo

This commit is contained in:
jules 2016-03-29 17:49:26 +01:00
parent 2549222b9d
commit 6e455aa1cb

View file

@ -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