don't call LogLastRepeatIfNeeded() from dtor, it's too late to do it there anyhow...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jan 2008 21:27:31 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jan 2008 21:27:31 +0000 (21:27 +0000)
commit6f6b48f176abb12da9d9fecdfa23daa49256c3c3
tree448a9780b069dba7d4f6f8a3dd690070b517ee82
parentdbaa16de075ca1f81ee663f11a67cecf4c0eb7bd
don't call LogLastRepeatIfNeeded() from dtor, it's too late to do it there anyhow; do call it from Flush() however (replaces patch 1857589)

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