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:
authorunknown <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-01 19:21:49 +0400
committerunknown <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-01 19:21:49 +0400
commit3b7ebda4c71914b792f9769940ad7fbafefa5ce4 (patch)
tree64741c8c40b3dab3a67fc10392ddedca330d4bda /vowpalwabbit/sender.cc
parent26fb7d8c69ef4791142551dcdaf73f5b42d23b3b (diff)
initial parser exposed
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 3b7468d3..694a60c8 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -80,7 +80,7 @@ void send_features(io_buf *b, example* ec)
return_simple_example(*all, ec);
}
- else if ((ec = get_example(all->p)) != NULL)//semiblocking operation.
+ else if ((ec = VW::get_example(all->p)) != NULL)//semiblocking operation.
{
label_data* ld = (label_data*)ec->ld;
all->set_minmax(all->sd, ld->label);