diff options
Diffstat (limited to 'libpqpp/pq-connection.h')
-rw-r--r-- | libpqpp/pq-connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h index 597c543..4544b79 100644 --- a/libpqpp/pq-connection.h +++ b/libpqpp/pq-connection.h @@ -15,7 +15,7 @@ namespace PQ { class DLL_PUBLIC Connection : public DB::Connection { public: - typedef std::hash<std::string>::result_type StatementHash; + typedef std::size_t StatementHash; typedef std::map<StatementHash, std::string> PreparedStatements; Connection(const std::string & info); |