Clear, not empty.

Found by gcc when setting C++17 on master.
pull/587/head
John Ralls 7 years ago
parent 315bbb5d05
commit badda88224

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

Loading…
Cancel
Save