aboutsummaryrefslogtreecommitdiff
path: root/odb/connection.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/connection.ixx')
-rw-r--r--odb/connection.ixx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/connection.ixx b/odb/connection.ixx
index 5a95176..d19390a 100644
--- a/odb/connection.ixx
+++ b/odb/connection.ixx
@@ -1,5 +1,4 @@
// file : odb/connection.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstring> // std::string
@@ -90,14 +89,14 @@ namespace odb
template <typename T>
inline prepared_query<T> connection::
- lookup_query (const char* name) const
+ lookup_query (const char* name)
{
return prepared_query<T> (lookup_query_ (name, typeid (T), 0, 0));
}
template <typename T, typename P>
inline prepared_query<T> connection::
- lookup_query (const char* name, P*& params) const
+ lookup_query (const char* name, P*& params)
{
return prepared_query<T> (
lookup_query_ (name,