Browse Source

Fixed a typo in last commit

tags/2021-05-28
ed 7 years ago
parent
commit
7ce365a319
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h

+ 1
- 1
modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h View File

@@ -133,7 +133,7 @@ public:
void setScrollButtonWidth (int widthInPixels);
/** Returns the width that was set by setScrollButtonWidth(). */
int getScrollButtonWidth() const noexcept { return scrollButtonWidth; };
int getScrollButtonWidth() const noexcept { return scrollButtonWidth; }
/** Changes the keyboard's current direction. */
void setOrientation (Orientation newOrientation);


Loading…
Cancel
Save