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/oaa.h')
-rw-r--r--vowpalwabbit/oaa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/oaa.h b/vowpalwabbit/oaa.h
index ea01bb0f..a85d0c18 100644
--- a/vowpalwabbit/oaa.h
+++ b/vowpalwabbit/oaa.h
@@ -36,7 +36,7 @@ namespace OAA
NULL,
sizeof(mc_label)};
- void output_example(vw& all, example* ec);
+ void output_example(vw& all, example& ec);
inline int example_is_test(example* ec)
{ return (((OAA::mc_label*)ec->ld)->label == (uint32_t)-1); }