aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/connection.hxx')
-rw-r--r--odb/mssql/connection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx
index f10aaae..2ec73b8 100644
--- a/odb/mssql/connection.hxx
+++ b/odb/mssql/connection.hxx
@@ -108,9 +108,9 @@ namespace odb
}
details::buffer&
- long_buffer ()
+ long_data_buffer ()
{
- return long_buffer_;
+ return long_data_buffer_;
}
private:
@@ -134,7 +134,7 @@ namespace odb
std::auto_ptr<statement_cache_type> statement_cache_;
- details::buffer long_buffer_;
+ details::buffer long_data_buffer_;
};
}
}