aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index e28f916..24768ad 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -10387,7 +10387,7 @@ struct employer_view
employ seniors:</p>
<pre class="cxx">
-typedef odb::query&lt;employee_employer> query;
+typedef odb::query&lt;employer_view> query;
db.query&lt;employer_view> (query::employee::age > 65)
</pre>