]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
Typo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG
[wxWidgets.git] / src / generic / treectlg.cpp
index 4b45a0496c64a56cda4186d0f2dc9ed4fcf90c7a..77219b692b22574cb29340b8ee60400563f01bc6 100644 (file)
@@ -2190,7 +2190,7 @@ bool wxGenericTreeCtrl::GetBoundingRect(const wxTreeItemId& item,
                          wxRect& rect,
                          bool textOnly) const
 {
-    wxCHECK2_MSG( item.IsOk(), FALSE, _T("invalid item in wxGenericTreeCtrl::GetBoundingRect") );
+    wxCHECK_MSG( item.IsOk(), FALSE, _T("invalid item in wxGenericTreeCtrl::GetBoundingRect") );
 
     wxGenericTreeItem *i = (wxGenericTreeItem*) item.m_pItem;