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)>2014-01-10 18:50:01 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-01-10 18:50:01 +0400
commit31691bd7dfe06bc01e55dd7820c1154ae216f283 (patch)
tree3e49ad666c3bd764ae50ee70b35f1c1805b1fdde /vowpalwabbit/parse_primitives.h
parentd73d8f6aef1c02dd05554f91ca57e1d304336130 (diff)
removed label parser dereference
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index 25227717..93500047 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -117,7 +117,7 @@ struct parser {
v_array<substring> parse_name;
- label_parser* lp; // moved from vw
+ label_parser lp; // moved from vw
};
//chop up the string into a v_array of substring.