X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..0c7fe6f2209681ba6520217f0994435a98c82beb:/interface/recguard.h diff --git a/interface/recguard.h b/interface/recguard.h index 1aae24aa39..89cda8df07 100644 --- a/interface/recguard.h +++ b/interface/recguard.h @@ -86,7 +86,7 @@ public: ~wxRecursionGuard(); /** - Returns @true if we're already inside the code block "protected'' by this + Returns @true if we're already inside the code block "protected" by this wxRecursionGuard (i.e. between this line and the end of current scope). Usually the function using wxRecursionGuard takes some specific actions in such case (may be simply returning) to prevent reentrant calls to itself.