Searched defs:wx_const_cast (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddefs.h319 #define wx_const_cast(t, x) const_cast<t>(x) macro
321 #define wx_const_cast(t, x) ((t)(x)) macro

Completed in 128 milliseconds