Fix compilation error #57

Merged
dwrobel merged 1 commits from dw-fix-compilation-error into master 2019-11-26 16:08:29 +03:00
dwrobel commented 2019-11-25 19:48:46 +03:00 (Migrated from github.com)

libraries/Bounce2/src/Bounce2.h:209:10: error: extra qualification 'Bounce::' on member 'changed' [-fpermissive]
209 | bool Bounce::changed( ) { return getStateFlag(CHANGED_STATE); }
| ^~~~~~

Regression introduced in 01e6fc9398

Signed-off-by: Damian Wrobel dwrobel@ertelnet.rybnik.pl

libraries/Bounce2/src/Bounce2.h:209:10: error: extra qualification 'Bounce::' on member 'changed' [-fpermissive] 209 | bool Bounce::changed( ) { return getStateFlag(CHANGED_STATE); } | ^~~~~~ Regression introduced in 01e6fc9398d3a59544c20d6d8000117d6dcd0246 Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
crthilakraj (Migrated from github.com) approved these changes 2019-11-26 12:56:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/thomasfredericks_Bounce2#57