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/sender.h')
-rw-r--r--vowpalwabbit/sender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.h b/vowpalwabbit/sender.h
index bcffa349..9740f159 100644
--- a/vowpalwabbit/sender.h
+++ b/vowpalwabbit/sender.h
@@ -5,5 +5,5 @@ license as described in the file LICENSE.
*/
#pragma once
namespace SENDER{
- LEARNER::learner* setup(vw& all, po::variables_map& vm, vector<string> pairs);
+ LEARNER::base_learner* setup(vw& all, po::variables_map& vm, vector<string> pairs);
}