X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d:/interface/wx/recguard.h?ds=sidebyside diff --git a/interface/wx/recguard.h b/interface/wx/recguard.h index d646798f41..f4c9fa5497 100644 --- a/interface/wx/recguard.h +++ b/interface/wx/recguard.h @@ -8,7 +8,6 @@ /** @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