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/wap.h')
-rw-r--r--vowpalwabbit/wap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/wap.h b/vowpalwabbit/wap.h
index f1254858..decd9e03 100644
--- a/vowpalwabbit/wap.h
+++ b/vowpalwabbit/wap.h
@@ -10,7 +10,7 @@ license as described in the file LICENSE.
#include "parse_args.h"
namespace WAP {
- LEARNER::learner* setup(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw&, po::variables_map& vm);
}
#endif