X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de3ac0f5c872e87ae58c907a19142a8d0dd24f6c..32bf5e4a38676c7b5997c9cc27cdf44adeb7b6b5:/wxPython/src/_sound.i?ds=sidebyside diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index f82c444df1..9ddc7901c7 100644 --- a/wxPython/src/_sound.i +++ b/wxPython/src/_sound.i @@ -110,7 +110,7 @@ public: %#ifndef __WXMAC__ unsigned char* buffer; int size; - bool rv = False; + bool rv = false; bool blocked = wxPyBeginBlockThreads(); if (!PyArg_Parse(data, "t#", &buffer, &size)) @@ -124,7 +124,7 @@ public: PyErr_SetString(PyExc_NotImplementedError, "Create from data is not available on this platform."); wxPyEndBlockThreads(blocked); - return False; + return false; %#endif } }