Skip to content

Commit

Permalink
UIPServer: inherit public from Server
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Jul 25, 2014
1 parent 0389c02 commit 8f5bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIPServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#import "Server.h"
#import "UIPClient.h"

class UIPServer : Server {
class UIPServer : public Server {

public:
UIPServer(uint16_t);
Expand Down

0 comments on commit 8f5bed1

Please sign in to comment.