X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/156c70573810b54a7047c13759880e878828774a..efb091829601cf07df6c4316a3f6f705aaa81587:/interface/wx/debug.h diff --git a/interface/wx/debug.h b/interface/wx/debug.h index 8803ff2546..d805f21e52 100644 --- a/interface/wx/debug.h +++ b/interface/wx/debug.h @@ -289,7 +289,7 @@ void wxDisableAsserts(); 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.