]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/recguard.h
Commented out appearance sections in docs temporarily until screenshots are added.
[wxWidgets.git] / interface / recguard.h
index 1aae24aa3965afc5e2b391bcf966691a1c00f5a3..89cda8df07261d7bc939f556dfd2629acc6e8870 100644 (file)
@@ -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.