aboutsummaryrefslogtreecommitdiff
path: root/mssql/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-10 15:09:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-10 15:09:14 +0200
commit7ba8d1469e331f07040352c069cf7b9d24ac57a3 (patch)
tree3fbd5ed0252f3d972d4838a8fc7197071a9f15fe /mssql/types
parent66732b210c512b8dfe7e97d3ab6522cf3be72a72 (diff)
Remove unneeded third argument to create_database()
Diffstat (limited to 'mssql/types')
-rw-r--r--mssql/types/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mssql/types/driver.cxx b/mssql/types/driver.cxx
index fd183ea..2d32429 100644
--- a/mssql/types/driver.cxx
+++ b/mssql/types/driver.cxx
@@ -25,7 +25,7 @@ main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv, false));
+ auto_ptr<database> db (create_database (argc, argv));
{
object o (1);