get rid of few warnings

This commit is contained in:
2022-01-16 15:04:34 +01:00
parent a1eb0eecbb
commit 44b615959c
6 changed files with 8 additions and 9 deletions

View File

@@ -108,10 +108,10 @@ private:
private:
bool m_uniq;
std::string m_index_name;
std::string m_column_name;
std::string m_index_name;
std::string m_column_name;
ColumnType m_data_type;
bool m_uniq;
std::map<IndexValue, std::vector<rowid_t> > m_index;
};