diff options
author | Dan Goodliffe <daniel.goodliffe@pressassociation.com> | 2017-01-03 14:39:41 +0000 |
---|---|---|
committer | Dan Goodliffe <daniel.goodliffe@pressassociation.com> | 2017-01-03 14:39:41 +0000 |
commit | 0239be3f9d39e950cd660890e802a27575144690 (patch) | |
tree | 72a1d0a567af49bceedd51a033d9705ed2809f3f /libpqpp | |
parent | Add missing default value in execute override (diff) | |
download | libdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.tar.bz2 libdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.tar.xz libdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.zip |
Add missing PQ connection specific typedef
Diffstat (limited to 'libpqpp')
-rw-r--r-- | libpqpp/pq-connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h index da20277..dee1117 100644 --- a/libpqpp/pq-connection.h +++ b/libpqpp/pq-connection.h @@ -49,6 +49,7 @@ namespace PQ { mutable unsigned int pstmntNo; }; + typedef boost::shared_ptr<Connection> ConnectionPtr; } #endif |