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 22:34:28 +0400
committerJohn Langford <jl@hunch.net>2012-05-30 22:34:28 +0400
commit5136dca05adb7bea0479aec4a63a7c4aff6d1867 (patch)
tree165cc21f5159557b8fc9e01b1ccd76e76a8f8990 /vowpalwabbit/loss_functions.h
parenta1bed75409cfe80d2edfb97ece9f65798792bdf9 (diff)
marked nonreentrant parts
Diffstat (limited to 'vowpalwabbit/loss_functions.h')
-rw-r--r--vowpalwabbit/loss_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/loss_functions.h b/vowpalwabbit/loss_functions.h
index f7ba3302..d054e7a9 100644
--- a/vowpalwabbit/loss_functions.h
+++ b/vowpalwabbit/loss_functions.h
@@ -34,6 +34,6 @@ public :
virtual ~loss_function() {};
};
-loss_function* getLossFunction(shared_data* sd, string funcName, double function_parameter = 0);
+loss_function* getLossFunction(void*, string funcName, double function_parameter = 0);
#endif /* LOSSFUNCTIONS_H_ */