]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridiface.h
Add go to first/last and plus/minus art provider icons.
[wxWidgets.git] / include / wx / propgrid / propgridiface.h
index 027a720c1960a45cbae02ea871f633704e673486..5be24550c7396b73a02d22b51b5554c8a989694c 100644 (file)
@@ -1385,7 +1385,8 @@ private:
     {
         if ( !m_pState )
             return NULL;
-        return static_cast<const wxPropertyGrid*>(m_pState->GetGrid());
+
+        return m_pState->GetGrid();
     }
 
     friend class wxPropertyGrid;