aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/exceptions.cxx')
-rw-r--r--odb/pgsql/exceptions.cxx4
1 files changed, 2 insertions, 2 deletions
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)
{
}