mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-12 05:36:09 -04:00
Remove extra {} in declaration
This commit is contained in:
parent
cd24b93bba
commit
7d8b69e797
@ -707,7 +707,7 @@ private:
|
||||
bool mbDone{false}; //!< true when the last executeStep() had no more row to fetch
|
||||
|
||||
/// Map of columns index by name (mutable so getColumnIndex can be const)
|
||||
mutable std::map<std::string, int> mColumnNames{};
|
||||
mutable std::map<std::string, int> mColumnNames;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user