X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b4d7f99a60c095ecd28a3e72d48241abe9f7fdb..054f177b001d34bf1314b364c8289bec4c08b17c:/include/wx/recguard.h diff --git a/include/wx/recguard.h b/include/wx/recguard.h index ea4e4995db..010637efdb 100644 --- a/include/wx/recguard.h +++ b/include/wx/recguard.h @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.2003 // RCS-ID: $Id$ -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -29,7 +29,7 @@ class WXDLLIMPEXP_BASE wxRecursionGuard public: wxRecursionGuard(wxRecursionGuardFlag& flag) : m_flag(flag) - { + { m_isInside = flag++ != 0; }