mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Clear, not empty.
Found by gcc when setting C++17 on master.
This commit is contained in:
@@ -325,7 +325,7 @@ GncSqlBackend::load (QofBook* book, QofBackendLoadType loadType)
|
||||
gnc_commodity_begin_edit(comm);
|
||||
gnc_commodity_commit_edit(comm);
|
||||
});
|
||||
m_postload_commodities.empty();
|
||||
m_postload_commodities.clear();
|
||||
|
||||
/* Mark the sessoion as clean -- though it should never be marked
|
||||
* dirty with this backend
|
||||
|
||||
Reference in New Issue
Block a user