Skip to content

Commit e7ae47c

Browse files
committed
Removing no longer necessary keyword virtual
1 parent 920cc4a commit e7ae47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_ConnectionHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ConnectionHandler {
154154
virtual bool available() = 0;
155155
#endif
156156

157-
virtual NetworkConnectionState getStatus() __attribute__((deprecated)) {
157+
NetworkConnectionState getStatus() __attribute__((deprecated)) {
158158
return _netConnectionState;
159159
}
160160

0 commit comments

Comments
 (0)