diff options
Diffstat (limited to 'libpqpp/pq-selectbase.h')
-rw-r--r-- | libpqpp/pq-selectbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpqpp/pq-selectbase.h b/libpqpp/pq-selectbase.h index 804535d..2a01ede 100644 --- a/libpqpp/pq-selectbase.h +++ b/libpqpp/pq-selectbase.h @@ -3,14 +3,14 @@ #include <libpq-fe.h> #include <selectcommand.h> +#include "pq-command.h" namespace PQ { - class CommandOptions; class SelectBase : public DB::SelectCommand { friend class Column; protected: - SelectBase(const std::string & sql, const PQ::CommandOptions * pqco); + SelectBase(const std::string & sql, const PQ::CommandOptionsCPtr & pqco); ~SelectBase(); void createColumns(PGresult *); |