diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 12:00:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 12:00:03 +0200 |
commit | 0c370d056fe0848c8a9cf11c48e423f3f2e97264 (patch) | |
tree | d68548fb60758c0f027cb7ca024a9e1e290321fd /libcommon/common/common.hxx | |
parent | 71a46a05f30f6f02186ba2a03b29fae37bf9e585 (diff) |
Use options parsing from database instead of our own
Diffstat (limited to 'libcommon/common/common.hxx')
-rw-r--r-- | libcommon/common/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx index 57069dc..2a02a12 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -14,6 +14,6 @@ #include <common/export.hxx> LIBCOMMON_EXPORT std::auto_ptr<odb::database> -create_database (int argc, char* argv[], std::size_t max_connections = 0); +create_database (int& argc, char* argv[], std::size_t max_connections = 0); #endif // LIBCOMMON_COMMON_COMMON_HXX |