Skip to content

Commit 8f5bed1

Browse files
committed
UIPServer: inherit public from Server
1 parent 0389c02 commit 8f5bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIPServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#import "Server.h"
2424
#import "UIPClient.h"
2525

26-
class UIPServer : Server {
26+
class UIPServer : public Server {
2727

2828
public:
2929
UIPServer(uint16_t);

0 commit comments

Comments
 (0)