Skip to content

Commit

Permalink
Clang 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ihakov2 committed Oct 26, 2023
1 parent a124bcc commit 9832b8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Adafruit_GFX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1740,9 +1740,7 @@ void Adafruit_GFX_Button::setLabel(char *label) {
@brief Get button label
@return button label char pointer
*/
char *Adafruit_GFX_Button::getLabel() {
return _label;
}
char *Adafruit_GFX_Button::getLabel() { return _label; }
// -------------------------------------------------------------------------

// GFXcanvas1, GFXcanvas8 and GFXcanvas16 (currently a WIP, don't get too
Expand Down

0 comments on commit 9832b8b

Please sign in to comment.