]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Destructor made virtual
authorsan <san@opencascade.com>
Mon, 19 Mar 2007 13:58:24 +0000 (13:58 +0000)
committersan <san@opencascade.com>
Mon, 19 Mar 2007 13:58:24 +0000 (13:58 +0000)
src/QxGraph/QxGraph_Prs.h

index 44c204260fb7bd07b3dd751754c05cd9a7b336bb..34bf24bcc7213088ef190cbe890170653e976a9b 100644 (file)
@@ -31,7 +31,7 @@ class QXGRAPH_EXPORT QxGraph_Prs
 {
  public:
   QxGraph_Prs(QxGraph_Canvas*);
-  ~QxGraph_Prs();
+  virtual ~QxGraph_Prs();
 
   void addItem(QCanvasItem* theItem, int theDMode = -1);