From db26f79d8c2a367d6ed3b6ef91de29213f3430c7 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 13 Jul 2011 15:40:47 +0200 Subject: Make process notification callback static --- odb/pgsql/connection.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/odb/pgsql/connection.cxx b/odb/pgsql/connection.cxx index 41fa7f0..fb1ea26 100644 --- a/odb/pgsql/connection.cxx +++ b/odb/pgsql/connection.cxx @@ -18,12 +18,9 @@ namespace odb { namespace pgsql { - namespace + static void + nop_process_notice (void*, const char*) { - void - nop_process_notice (void*, const char*) - { - } } connection:: -- cgit v1.1