X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4fec5b41e2109e2c4822d3015aa0e442754bfbb..ad05cdb74c4a1e632b6e9c5e56f463c6d798457b:/src/osx/carbon/drawer.cpp?ds=sidebyside diff --git a/src/osx/carbon/drawer.cpp b/src/osx/carbon/drawer.cpp index 06ad62df50..2bd0d8041b 100644 --- a/src/osx/carbon/drawer.cpp +++ b/src/osx/carbon/drawer.cpp @@ -140,7 +140,7 @@ bool wxDrawerWindow::SetPreferredEdge(wxDirection edge) { const OSStatus status = ::SetDrawerPreferredEdge((WindowRef)GetWXWindow(), DirectionToWindowEdge(edge)); - return (noErr == status); + return (noErr == status); }