diff options
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r-- | libpqpp/pq-command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h index a99bd72..4f1f1ea 100644 --- a/libpqpp/pq-command.h +++ b/libpqpp/pq-command.h @@ -36,6 +36,7 @@ namespace PQ { bool useCursor; bool fetchBinary; }; + using CommandOptionsPtr = std::shared_ptr<CommandOptions>; using CommandOptionsCPtr = std::shared_ptr<const CommandOptions>; |