Skip to content

Commit 62edc3c

Browse files
committed
Fixed a mistake in code
1 parent 49144b9 commit 62edc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocking_manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ mock().expectOneCall("Foo").withOutputParameterOfTypeReturning("MyType", "bar",
287287
The corresponding actual call is:
288288

289289
{% highlight c++ %}
290-
void Foo(int *bar)
290+
void Foo(MyType *bar)
291291
{
292292
mock().actualCall("Foo").withOutputParameterOfType("MyType", "bar", bar);
293293
}

0 commit comments

Comments
 (0)