some lint

This commit is contained in:
tqchen@graphlab.com 2014-08-18 12:57:31 -07:00
parent e9bfc026b7
commit c4b21775fa
3 changed files with 4 additions and 3 deletions

View File

@ -345,6 +345,7 @@ class FMatrixS : public FMatrixInterface<FMatrixS>{
&col_data_[col_ptr_[i + 1]], Entry::CmpValue); &col_data_[col_ptr_[i + 1]], Entry::CmpValue);
} }
} }
private: private:
// --- data structure used to support InitColAccess -- // --- data structure used to support InitColAccess --
utils::IIterator<SparseBatch> *iter_; utils::IIterator<SparseBatch> *iter_;