aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 5bd49bd..903c7d3 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5591,11 +5591,11 @@ for (age = 90; age > 40; age -= 10)
template <typename T>
prepared_query<T>
- lookup_query (const char* name) const;
+ lookup_query (const char* name);
template <typename T, typename P>
prepared_query<T>
- lookup_query (const char* name, P*& params) const;
+ lookup_query (const char* name, P*& params);
</pre>
<p>The <code>cache_query()</code> function caches the passed prepared