From 39696382d34f5834951987957f65fa68af2ae7c9 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Mon, 21 Jan 2013 07:58:29 +0800 Subject: [PATCH] constify methods Based on TortoiseSVN revision 23826 Signed-off-by: Sup Yut Sum --- src/Utils/CrashReport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils/CrashReport.h b/src/Utils/CrashReport.h index 4c4dd6dba..398a16c1c 100644 --- a/src/Utils/CrashReport.h +++ b/src/Utils/CrashReport.h @@ -1,7 +1,7 @@ // TortoiseGit - a Windows shell extension for easy version control // Copyright (C) 2013 - TortoiseGit -// Copyright (C) 2012 - TortoiseSVN +// Copyright (C) 2012 - 2013 - TortoiseSVN // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -178,7 +178,7 @@ public: //! Sends assertion violation report from this point and continue execution. //! \sa ExceptionAssertionViolated //! \note Functions prefixed with "CrashServer_" will be ignored in stack parsing. - void CrashServer_SendAssertionViolated() + void CrashServer_SendAssertionViolated() const { if (!m_InitCrashHandler) return; -- 2.11.4.GIT