From: jean-pierre roux Date: Wed, 6 Jul 2011 12:30:05 +0000 (+0000) Subject: Right order for constructor initialization list X-Git-Tag: v1.0.4~81 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bf491c3c8a50696a29d6e14aeb8392d00e2cad81;p=creaMaracasVisu.git Right order for constructor initialization list + warning about deprecated --- diff --git a/lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h b/lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h index 3c3209d..79486be 100644 --- a/lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h +++ b/lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h @@ -60,6 +60,7 @@ public: ** Hides or show the controls in the panel **/ virtual void onActionButtonPressedHide( wxCommandEvent& event ){ + // warning: wxListBase::operator wxList&() const is deprecated // JPR wxList list = sizercontrols->GetChildren(); int i; for(i=0; i<(int)list.size();i++){