]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/debug.h
Minor corrections to wxFont size-changing methods.
[wxWidgets.git] / interface / wx / debug.h
index 8803ff2546ad2d81a359c65527d43beb3b7fadf7..d805f21e52fb2457ffb65067680605b5afcbf888 100644 (file)
@@ -289,7 +289,7 @@ void wxDisableAsserts();
     Will always generate an assert error with specified message if this code is
     reached (in debug mode).
 
     Will always generate an assert error with specified message if this code is
     reached (in debug mode).
 
-    This macro is useful for marking unreachable" code areas, for example it
+    This macro is useful for marking "unreachable" code areas, for example it
     may be used in the "default:" branch of a switch statement if all possible
     cases are processed above.
 
     may be used in the "default:" branch of a switch statement if all possible
     cases are processed above.