Skip to content

Commit

Permalink
Merge branch 'master' into ext
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Jul 25, 2014
2 parents 083e39e + 8f5bed1 commit a629b30
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 a629b30

Please sign in to comment.