From 5207975ffbe8d8fa2803d0cacfd45290e5fa5f09 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 24 Feb 2005 18:34:50 +0000 Subject: [PATCH] Took out IsValid. It is not public everywhere. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_radio.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index aac8045906..fac2b130c1 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -88,7 +88,7 @@ public: } #endif - bool IsValid(int n) const; +// bool IsValid(int n) const; ** not public static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); -- 2.47.2