Commit 5a483a8d authored by Guolin Ke's avatar Guolin Ke
Browse files

warning fixed

parent bbb528d7
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace LightGBM { namespace LightGBM {
DatasetLoader::DatasetLoader(const IOConfig& io_config, const PredictFunction& predict_fun) DatasetLoader::DatasetLoader(const IOConfig& io_config, const PredictFunction& predict_fun)
:io_config_(io_config), predict_fun_(predict_fun), random_(io_config_.data_random_seed){ :io_config_(io_config), random_(io_config_.data_random_seed), predict_fun_(predict_fun) {
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment