]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/swig_lib/tcl/delcmd.swg
Since I have made several changes to SWIG over the years to accomodate
[wxWidgets.git] / wxPython / wxSWIG / swig_lib / tcl / delcmd.swg
1 /* delcmd.swg : Tcl object deletion method */
2
3 static void TclDelete@CLASS@(ClientData clientData) {
4 @DESTRUCTOR@((@CLASSTYPE@) clientData);
5 }
6