From 4ab9366fc176cb949adec17eea755cc50dbdf9b8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Jun 2007 14:44:43 +0000 Subject: [PATCH] no changes, just replaced TAB with spaces git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/log.h b/include/wx/log.h index 00d2e85a4d..b90b5f771a 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -417,7 +417,7 @@ public: // call to avoid destroying the old log target #if wxABI_VERSION >= 20805 /* 2.8.5+ only */ - void DetachOldLog() { m_logOld = NULL; } + void DetachOldLog() { m_logOld = NULL; } #endif protected: