]> Creatis software - bbtkGEditor.git/commitdiff
no message
authordavila <>
Thu, 6 May 2010 10:50:27 +0000 (10:50 +0000)
committerdavila <>
Thu, 6 May 2010 10:50:27 +0000 (10:50 +0000)
appli/bbEditor/bbEditor.cxx
lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h

index 3629d9bfae64d93ffc64dd6aed0894b9d0474a07..781dbc94e8f101a2333e00e3d130e2f73d3a9af0 100644 (file)
@@ -5,7 +5,7 @@
 //==========================================================================
 
 #include "bbtkwxGUIEditorGraphicBBS.h"
+
 #include <wx/cmdline.h> 
 #include <wx/app.h>
  
index 5d12b911e2a18392b0ec96d87429de17b45fdac4..3d6c497b00eaf341bc4967e7c68d3ac92e977081 100644 (file)
@@ -66,7 +66,7 @@ namespace bbtk
 
                //Constructors
                GPortModel();
-               ~GPortModel();
+               virtual ~GPortModel();
                
                //Public methods                
                void registerInBox(GBlackBoxModel *blackBox,int portType, int pos);
index 327bbf190570ba5e2cd9dcafaa7ece8e33b454b8..abda87988d64a489e8e8b3b889f11e3a1f9899e3 100644 (file)
@@ -362,6 +362,9 @@ namespace bbtk
 
        //=========================================================================
 
+       /*****************************************************/
+       /* HANDLERS 
+       /*****************************************************/
        void wxGUIEditorGraphicBBS::OnSaveActualDiagram(wxCommandEvent& event)
        {
                        
index 262aee618910316dc1e086ea7d52af5d1341071e..f6d6971d75a8c0386f1be37242c621aeafe7d2ef 100644 (file)
@@ -47,6 +47,7 @@
 #include "wxTabPanelsManager.h"
 #include "wxBlackBoxEditionDialog.h"
 #include "wxVtkSceneManager.h"
+
 //#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR
 #include "wxart_new.xpm" // JPR
 #include "wxart_save.xpm"