Browse Source

Fixed documentation typo

tags/2021-05-28
tpoole 9 years ago
parent
commit
255dc1d1ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/widgets/juce_TextEditor.h

+ 1
- 1
modules/juce_gui_basics/widgets/juce_TextEditor.h View File

@@ -632,7 +632,7 @@ public:
void colourChanged() override;
/** @internal */
void lookAndFeelChanged() override;
/** @inernal */
/** @internal */
void parentHierarchyChanged() override;
/** @internal */
bool isTextInputActive() const override;


Loading…
Cancel
Save