[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1457
Date : Mon Jul 17 15:52:42 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/rulers.h
Fix build warning
Diff:
Index: Trunk/XaraLX/Kernel/rulers.h
===================================================================
--- Trunk/XaraLX/Kernel/rulers.h (revision 1456)
+++ Trunk/XaraLX/Kernel/rulers.h (revision 1457)
@@ -128,6 +128,7 @@
public:
RulerBase();
+ virtual ~RulerBase() {} // suppress warnings
RulerPair* GetpRulerPair() { return pRulerPair; }
OILRuler* GetpOILRuler() { return pOILRuler; }
Xara