Code

* [INTL:sk] Slovak translation update
[inkscape.git] / src / livarot / sweep-tree-list.h
index 730b1cc55aa219fe8d189f08cc960ac1325a20ad..b6e765e13bdea56b6289baeb9aa56bf97e318da5 100644 (file)
@@ -1,6 +1,9 @@
+/** @file
+ * @brief SweepTreeList definition
+ */
+
 #ifndef INKSCAPE_LIVAROT_SWEEP_TREE_LIST_H
 #define INKSCAPE_LIVAROT_SWEEP_TREE_LIST_H
-/** \file SweepTreeList definition. */
 
 class Shape;
 class SweepTree;
@@ -17,7 +20,7 @@ public:
     SweepTree *racine;   ///< Root of the tree.
 
     SweepTreeList(int s);
-    ~SweepTreeList();
+    virtual ~SweepTreeList();
 
     SweepTree *add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape *iDst);
 };