]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Adding virtual to the destructor.
authorribes <ribes>
Wed, 28 Feb 2007 15:29:46 +0000 (15:29 +0000)
committerribes <ribes>
Wed, 28 Feb 2007 15:29:46 +0000 (15:29 +0000)
src/DSC/DSC_Basic/ConnectionManager_i.hxx

index b0d03de36a143afca3d308f5606342fa9400cd8d..185b77aee74bbf274762ee0b94273232e26dbe8a 100644 (file)
@@ -41,7 +41,7 @@ class ConnectionManager_i :
 {
   public :
     ConnectionManager_i(CORBA::ORB_ptr orb);
-    ~ConnectionManager_i();
+    virtual ~ConnectionManager_i();
 
     /*!
      * CORBA method : connect two ports of two components.