]> Creatis software - creaMaracasVisu.git/commitdiff
Right order for constructor initialization list
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 6 Jul 2011 12:30:05 +0000 (12:30 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 6 Jul 2011 12:30:05 +0000 (12:30 +0000)
+ warning about deprecated

lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h

index 3c3209d5f02d7cb7b34405742efa3654a24fd3b5..79486be0c445c65a1412605c1c10f2cb045876bc 100644 (file)
@@ -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++){