Skip to content

Commit 15b9ef2

Browse files
Fixed
Co-Authored-By: per1234 <accounts@perglass.com>
1 parent da51961 commit 15b9ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoGraphics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ void ArduinoGraphics::circle(int x, int y, int radius)
246246
}
247247
}
248248

249-
void ArduinoGraphics::arc(int x, int y, int radiusX, int radiusY, int start, int stop);
249+
void ArduinoGraphics::arc(int x, int y, int radiusX, int radiusY, int start, int stop)
250250
{
251251
if (!_stroke && !_fill) {
252252
return;

0 commit comments

Comments
 (0)