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-02 00:07:48 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-11-02 00:07:48 +0400
commitec04cc19374951bafde099e3197ef2eea96f863d (patch)
tree664f0f72b125353e9cdea1aa179ec222e1da1e48 /vowpalwabbit/sender.cc
parent4997674c7a45c1fd5864d37e9430cafad2934954 (diff)
eliminated base from many places
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index 7093a4c1..71b347ec 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -69,7 +69,7 @@ void receive_result(sender& s)
return_simple_example(*(s.all), NULL, ec);
}
- void learn(void* d, example* ec)
+ void learn(void* d, learner& base, example* ec)
{
sender* s = (sender*)d;
if (s->received_index + s->all->p->ring_size - 1 == s->sent_index)