]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/nonownedwnd.mm
Added a proper log frame to the propgrid sample
[wxWidgets.git] / src / osx / cocoa / nonownedwnd.mm
index 10098f74f53f32471c798f445e7929b508cd60dc..9ed1300159c7dd4b7858798e6daf7a2301961451 100644 (file)
@@ -732,7 +732,7 @@ void wxNonOwnedWindowCocoaImpl::SetModified(bool modified)
     [m_macWindow setDocumentEdited:modified];
 }
 
-bool wxNonOwnedWindowCocoaImpl::GetModified() const
+bool wxNonOwnedWindowCocoaImpl::IsModified() const
 {
     return [m_macWindow isDocumentEdited];
 }