From f26337fb02c2f01382486407c2b3d7432df9bd37 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 9 May 2011 16:45:31 +0200 Subject: Add connection and connection factory implementations --- odb/pgsql/exceptions.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/pgsql/exceptions.cxx') diff --git a/odb/pgsql/exceptions.cxx b/odb/pgsql/exceptions.cxx index bec4ba7..e37d5f2 100644 --- a/odb/pgsql/exceptions.cxx +++ b/odb/pgsql/exceptions.cxx @@ -47,8 +47,8 @@ namespace odb // cli_exception:: - cli_exception (const string& w) - : what_ (w) + cli_exception (const string& what) + : what_ (what) { } -- cgit v1.1