diff options
Diffstat (limited to 'mapping')
-rw-r--r-- | mapping/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/README b/mapping/README index 4c9c224..2a93d1f 100644 --- a/mapping/README +++ b/mapping/README @@ -28,7 +28,7 @@ person.sql following command line: odb -d <database> --generate-query --generate-schema \ - --hxx-prologue '#include "traits.hxx"' person.hxx + --hxx-prologue "#include \"traits.hxx\"" person.hxx Where <database> stands for the database system we are using, for example, 'mysql'. |