summaryrefslogtreecommitdiff
path: root/odb-examples/schema/custom/README
diff options
context:
space:
mode:
Diffstat (limited to 'odb-examples/schema/custom/README')
-rw-r--r--odb-examples/schema/custom/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-examples/schema/custom/README b/odb-examples/schema/custom/README
index b5e9af4..73fc1cc 100644
--- a/odb-examples/schema/custom/README
+++ b/odb-examples/schema/custom/README
@@ -25,7 +25,7 @@ employee-odb.cxx
The --generate-session option is used to enable session support for all
the persistent classes in employee.hxx. The --default-pointer option is
- used to make shared_ptr the default object pointer.
+ used to make std::shared_ptr the default object pointer.
database.hxx
Contains the create_database() function which instantiates the concrete