X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9463abb23ef84e060b2ad05a8da0e1d0ed9d8ff..c437fde9f90fc7dfcac79053d214fc9146d7be21:/wxPython/src/_combobox.i diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index 67837b62a6..8ee9435d08 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -157,7 +157,7 @@ combobox text field.", ""); "Selects the text between the two positions in the combobox text field.", "", SetMark); -#ifdef __WXMSW__ +#ifndef __WXMAC__ DocDeclAStrName( virtual void , GetSelection(long* OUTPUT, long* OUTPUT), "GetMark(self) -> (from, to)",