Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke committed May 8, 2019
1 parent 46d2147 commit f46f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LightGBM/objective_function.h
Expand Up @@ -43,7 +43,7 @@ class ObjectiveFunction {

virtual bool IsRenewTreeOutput() const { return false; }

virtual double RenewTreeOutput(double ori_output, std::function<double(const label_t*, int)> residual_getter,
virtual double RenewTreeOutput(double ori_output, std::function<double(const label_t*, int)>,
const data_size_t*,
const data_size_t*,
data_size_t) const { return ori_output; }
Expand Down

0 comments on commit f46f8b2

Please sign in to comment.