Skip to content

Commit 8937986

Browse files
committed
updated
1 parent 0e3cab5 commit 8937986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ int main()
121121

122122
// Get method of 'class Person' that returns a value.
123123
std::optional<Method> getName = classPerson->getMethod("getName");
124+
124125
// Call method, returns 'RStatus' containing return value.
125126
RStatus retName = getName->on(personObj).call();
126127
// or with different syntax,

0 commit comments

Comments
 (0)