Skip to content

Commit 31e4f78

Browse files
author
Peter Spiess-Knafl
committed
Merge branch 'master' of github.com:cinemast/libjson-rpc-cpp
2 parents 2b78954 + 057a134 commit 31e4f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This generates a serverstub and a clientstub class.
133133
Extend the abstract server stub and implement all pure virtual (abstract) methods defined in `spec.json`.
134134

135135
```cpp
136-
#include "abstractsubserver.h"
136+
#include "abstractstubserver.h"
137137
#include <jsonrpccpp/server/connectors/httpserver.h>
138138

139139
using namespace jsonrpc;

0 commit comments

Comments
 (0)