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/lrq.h')
-rw-r--r--vowpalwabbit/lrq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/lrq.h b/vowpalwabbit/lrq.h
index 6c4254e8..13015cda 100644
--- a/vowpalwabbit/lrq.h
+++ b/vowpalwabbit/lrq.h
@@ -2,6 +2,6 @@
#ifndef LRQ_HEADER
#define LRQ_HEADER
namespace LRQ {
- LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw& all, po::variables_map& vm);
}
#endif