]> Creatis software - creaMaracasVisu.git/commitdiff
TOTO : fix deprecated
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 14:19:55 +0000 (14:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 14:19:55 +0000 (14:19 +0000)
lib/GUI/Wx/SurfaceRenderer/wxMaracasSurfaceRenderingPanel.h

index 79486be0c445c65a1412605c1c10f2cb045876bc..85ac54d1f1524c9dfa72cc82966497661c7030f0 100644 (file)
@@ -60,7 +60,7 @@ public:
        **      Hides or show the controls in the panel
        **/
        virtual void onActionButtonPressedHide( wxCommandEvent& event ){
-       // warning: wxListBase::operator wxList&() const is deprecated  // JPR
+       /// \TODO : fix deprecated : wxListBase::operator wxList&() const is deprecated  // JPR
                wxList list = sizercontrols->GetChildren();             
                int i;
                for(i=0; i<(int)list.size();i++){