Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vowpalwabbit/parse_args.h')
-rw-r--r--vowpalwabbit/parse_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/parse_args.h b/vowpalwabbit/parse_args.h
index 9be0b2c5..e86fe664 100644
--- a/vowpalwabbit/parse_args.h
+++ b/vowpalwabbit/parse_args.h
@@ -7,4 +7,4 @@ license as described in the file LICENSE.
#include "global_data.h"
vw* parse_args(int argc, char *argv[]);
-LEARNER::base_learner* setup_base(vw& all, po::variables_map& vm);
+LEARNER::base_learner* setup_base(vw& all);