Skip to content

Commit

Permalink
Clang 7. Tooooo strict.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihakov2 committed Oct 26, 2023
1 parent 781c90b commit 7143b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Adafruit_GFX_Button {
uint16_t textcolor, char *label, uint8_t textsize_x,
uint8_t textsize_y);
void drawButton(bool inverted = false);
bool contains(int16_t x, int16_t y);
bool contains(int16_t x, int16_t y);
char *getLabel();
void setLabel(char *label);

Expand Down

0 comments on commit 7143b8e

Please sign in to comment.