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:
authorJohn Langford <jl@nyclamp.(none)>2013-11-01 23:22:23 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-11-01 23:22:23 +0400
commit4997674c7a45c1fd5864d37e9430cafad2934954 (patch)
tree3d5f1694502a08833f01d3ead4b44c6886efda5c /vowpalwabbit/wap.h
parent72911d8b82f70c54e5e3ad862a79da17e54d9b7c (diff)
reductions now nonuniform
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 94f8f37a..406c1579 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 setup(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ learner* setup(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
}
#endif