]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/accel.cpp
fix compilation breaking typo in recent commit
[wxWidgets.git] / src / generic / accel.cpp
index b6ae238a7581503ac67fdf99aff06055a238dcf9..91c39cd06681c1879f7d88e65e920c5911f6abe6 100644 (file)
@@ -107,7 +107,7 @@ wxAcceleratorTable::~wxAcceleratorTable()
 {
 }
 
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::IsOk() const
 {
     return m_refData != NULL;
 }