X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9faa9e9a2cc88379a86e3e2ed731eadba948084..49a63afbad7646668df343d29edd88458bc7e0a9:/include/wx/meta/if.h?ds=sidebyside diff --git a/include/wx/meta/if.h b/include/wx/meta/if.h index 82e6d3b135..931591cd48 100644 --- a/include/wx/meta/if.h +++ b/include/wx/meta/if.h @@ -57,7 +57,7 @@ struct wxIfImpl } // namespace wxPrivate -// wxIf<> template defines nested type "value" which is the same as +// wxIf<> template defines nested type "value" which is the same as // TTrue if the condition Cond (boolean compile-time constant) was met and // TFalse if it wasn't. //