X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de3ac0f5c872e87ae58c907a19142a8d0dd24f6c..c1cb24a46088fe648eabf5bf12cda8d2779c734f:/wxPython/src/_sound.i 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 } }