fix R-devel errors (#4251)

This commit is contained in:
Tong He
2019-03-12 10:06:54 -07:00
committed by GitHub
parent a36c3ed4f4
commit 259fb809e9
4 changed files with 5 additions and 5 deletions

View File

@@ -171,8 +171,8 @@ class Transform {
/*! \brief Range object specifying parallel threads index range. */
Range range_;
/*! \brief Whether resharding for vectors is required. */
GPUDistribution distribution_;
bool reshard_;
GPUDistribution distribution_;
};
public: