X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..62c9b3d73fdf9a892a311241f1effc12dde0282a:/include/wx/caret.h diff --git a/include/wx/caret.h b/include/wx/caret.h index e65e9deca1..b89796ff88 100644 --- a/include/wx/caret.h +++ b/include/wx/caret.h @@ -167,7 +167,7 @@ protected: // the common initialization void Init() { - m_window = (wxWindowBase *)NULL; + m_window = NULL; m_x = m_y = 0; m_width = m_height = 0; m_countVisible = 0;