diff options
Diffstat (limited to 'libpqpp/pq-command.cpp')
-rw-r--r-- | libpqpp/pq-command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-command.cpp b/libpqpp/pq-command.cpp index 9d6b7c2..9b336bd 100644 --- a/libpqpp/pq-command.cpp +++ b/libpqpp/pq-command.cpp @@ -5,7 +5,7 @@ #include <buffer.h> #include <boost/date_time/posix_time/posix_time.hpp> -PQ::Command::Command(const Connection * conn, const std::string & sql, unsigned int no) : +PQ::Command::Command(Connection * conn, const std::string & sql, unsigned int no) : DB::Command(sql), stmntName(stringbf("pStatement_%u_%p", no, this)), c(conn) |