diff --git a/util/ldb_cmd.h b/util/ldb_cmd.h index 48075694c..50dcbf929 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 = Options(), - const LDBOptions& ldb_options = LDBOptions() + const Options& options, + const LDBOptions& ldb_options ); static LDBCommand* InitFromCmdLineArgs( int argc, char** argv, - const Options& options = Options(), - const LDBOptions& ldb_options = LDBOptions() + const Options& options, + const LDBOptions& ldb_options ); bool ValidateCmdLineOptions();