From 99f9974e4002e0aaef22741f656e5bc9baf9dc40 Mon Sep 17 00:00:00 2001 From: Hal Daume III Date: Sat, 24 May 2014 16:56:42 -0400 Subject: merged john's changes --- vowpalwabbit/lrq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vowpalwabbit/lrq.h') 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&opts, po::variables_map& vm, po::variables_map& vm_file); + LEARNER::learner* setup(vw& all, po::variables_map& vm); } #endif -- cgit v1.2.3