don't keep a dirty flag in each entry/group, this is totally wasteful as a single...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2004 22:34:09 +0000 (22:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2004 22:34:09 +0000 (22:34 +0000)
commite1cc6874224f903a59086f9e2c7c6043a5389e03
treeecaecf01dc6ca3bb786ebb174df837c182ea4ad9
parent608299859db6a162b7346b39235f8bf95da90acf
don't keep a dirty flag in each entry/group, this is totally wasteful as a single flag in wxFileConfig itself is enough; do reset the dirty flag after Flush()ing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fileconf.h
src/common/fileconf.cpp