Skip to content

Commit b4fe698

Browse files
authored
Merge pull request #565 from mongi3/patch-1
Minor fix to Quickstart (broke with 2.0)
2 parents c6e6dbc + e89045c commit b4fe698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QUICKSTART-CPP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int main(void) {
7878
7979
// now starts streaming deserialization.
8080
msgpack::object_handle oh;
81-
while(pac.next(&oh)) {
81+
while(pac.next(oh)) {
8282
std::cout << oh.get() << std::endl;
8383
}
8484

0 commit comments

Comments
 (0)