Code

Fix change in revision 9947 to be consistent with rest of the codebase.
[inkscape.git] / src / livarot / AlphaLigne.h
index d6684e0cf55d82d685f8decc6655b51036246b8a..51359705b75e36e66e8b3bab47cbf3b256999c4e 100644 (file)
@@ -45,7 +45,7 @@ public:
 
   // iMin and iMax are the bounds of the visible portion of the line
        AlphaLigne(int iMin,int iMax);
-       ~AlphaLigne(void);
+    virtual ~AlphaLigne(void);
 
   // empties the line
        void             Reset(void);