]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/accel.cpp
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / src / msw / accel.cpp
index 63588c3086356f4d6813c6450713a1fc60d764c4..b1451eedfe71bd53247412bc7890e63a5a0fb555 100644 (file)
@@ -140,7 +140,7 @@ bool wxAcceleratorTable::operator==(const wxAcceleratorTable& accel) const
                      : !accelData;
 }
 
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::IsOk() const
 {
     return (M_ACCELDATA && (M_ACCELDATA->m_ok));
 }