Skip to content

Commit f61d491

Browse files
author
Tero Paloheimo
committed
Fixed a typo in the MyTypeComparator example
Changed cont to const.
1 parent e1ac4c6 commit f61d491

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
@@ -204,7 +204,7 @@ public:
204204
{
205205
return object1 == object2;
206206
}
207-
virtual SimpleString valueToString(cont void* object)
207+
virtual SimpleString valueToString(const void* object)
208208
{
209209
return StringFrom(object);
210210
}

0 commit comments

Comments
 (0)