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 'library/gd_mf_weights.cc')
-rw-r--r--library/gd_mf_weights.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/gd_mf_weights.cc b/library/gd_mf_weights.cc
index 82348a1c..4b394775 100644
--- a/library/gd_mf_weights.cc
+++ b/library/gd_mf_weights.cc
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
right_linear((outdir + string("/") + string(1, right_ns) + string(".linear")).c_str()),
right_quadratic((outdir + string("/") + string(1, right_ns) + string(".quadratic")).c_str());
- example<void> *ec = NULL;
+ example *ec = NULL;
while ((read = getline(&line, &len, file)) != -1)
{
line[strlen(line)-1] = 0; // chop