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:
parent
2549222b9d
commit
6e455aa1cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue