diff options
Diffstat (limited to 'doc/api/cplusplus/examples/example_dep_spec.cc')
-rw-r--r-- | doc/api/cplusplus/examples/example_dep_spec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cplusplus/examples/example_dep_spec.cc b/doc/api/cplusplus/examples/example_dep_spec.cc index 2e9598507..081b201ed 100644 --- a/doc/api/cplusplus/examples/example_dep_spec.cc +++ b/doc/api/cplusplus/examples/example_dep_spec.cc @@ -133,7 +133,7 @@ int main(int argc, char * argv[]) if (need_join) cout << " and "; - cout << (*u)->as_raw_string() + " (meaning: " + (*u)->as_human_string() + ")"; + cout << (*u)->as_raw_string() + " (meaning: " + (*u)->as_human_string(make_null_shared_ptr()) + ")"; need_join = true; } cout << endl; |