Clear, not empty.

Found by gcc when setting C++17 on master.
This commit is contained in:
John Ralls
2019-10-05 11:44:09 -07:00
parent 315bbb5d05
commit badda88224

View File

@@ -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