aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/statement.hxx')
-rw-r--r--odb/mssql/statement.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx
index 516ce7b..6837abd 100644
--- a/odb/mssql/statement.hxx
+++ b/odb/mssql/statement.hxx
@@ -89,11 +89,11 @@ namespace odb
// columns to the end.
//
static void
- process_select (const char* statement,
+ process_select (std::string& result,
+ const char* statement,
const bind*,
std::size_t bind_size,
- bool optimize,
- std::string& result);
+ bool optimize);
protected:
void