diff --git a/util/ldb_cmd.h b/util/ldb_cmd.h index 50dcbf929..48075694c 100644 --- a/util/ldb_cmd.h +++ b/util/ldb_cmd.h @@ -55,15 +55,15 @@ public: static LDBCommand* InitFromCmdLineArgs( const vector& args, - const Options& options, - const LDBOptions& ldb_options + const Options& options = Options(), + const LDBOptions& ldb_options = LDBOptions() ); static LDBCommand* InitFromCmdLineArgs( int argc, char** argv, - const Options& options, - const LDBOptions& ldb_options + const Options& options = Options(), + const LDBOptions& ldb_options = LDBOptions() ); bool ValidateCmdLineOptions();