Code

fix by Preben S for LP bug 389780, flatness
[inkscape.git] / src / livarot / BitLigne.h
index 0bdb3a80ef39112552c7e0eb438fb2a0affa0e5a..e496a7b4b6523860f3f70677c817ecc2aefeaf83 100644 (file)
@@ -40,7 +40,7 @@ public:
   float         scale,invScale;
 
        BitLigne(int ist,int ien,float iScale=0.25);  // default scale is 1/4 for 4x4 supersampling
-       ~BitLigne(void);
+    virtual ~BitLigne(void);
 
   // reset the line to full empty
        void             Reset(void);