]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/accel.cpp
fixed wxOverlay to handle wxWindowDC/wxClientDC in the same way wxMac does
[wxWidgets.git] / src / mac / classic / accel.cpp
index 71714f9d7f88d2a23af453fdc8f32d1500134d6a..89bb4336a004a56ae5b8c03793a008bca6dacabe 100644 (file)
@@ -77,7 +77,7 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]
     }
 }
 
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::IsOk() const
 {
     return (m_refData != NULL);
 }