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@hunch.net>2012-05-30 02:04:27 +0400
committerJohn Langford <jl@hunch.net>2012-05-30 02:04:27 +0400
commit6dc3ddde0555059b334e9688552d2d419b07e330 (patch)
tree85491cfaddffb68e440044a959f717572f667f41 /vowpalwabbit/lda_core.h
parent463f02e4a6b0a4be4bfa8f8e35facc26e4cbdc62 (diff)
nearly all state now addressable
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index 1423b977..98eb15fe 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -7,6 +7,6 @@ embodied in the content of this file are licensed under the BSD
#ifndef LDA_CORE_H
#define LDA_CORE_H
-void drive_lda();
+void drive_lda(void*);
#endif