X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..9e610e1caf91dee9e074551149e3ae5e08df9c09:/interface/wx/recguard.h?ds=sidebyside diff --git a/interface/wx/recguard.h b/interface/wx/recguard.h index d646798f41..b24b573e9e 100644 --- a/interface/wx/recguard.h +++ b/interface/wx/recguard.h @@ -3,12 +3,11 @@ // Purpose: interface of wxRecursionGuardFlag // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxRecursionGuardFlag - @wxheader{recguard.h} This is a completely opaque class which exists only to be used with wxRecursionGuard, please see the example in that class' documentation. @@ -31,7 +30,6 @@ public: /** @class wxRecursionGuard - @wxheader{recguard.h} wxRecursionGuard is a very simple class which can be used to prevent reentrancy problems in a function. It is not thread-safe and so should be used only in