From 970132cee22d100f7d85e2e62c1c14fce8b20267 Mon Sep 17 00:00:00 2001 From: san Date: Mon, 19 Mar 2007 13:58:24 +0000 Subject: [PATCH] Destructor made virtual --- src/QxGraph/QxGraph_Prs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QxGraph/QxGraph_Prs.h b/src/QxGraph/QxGraph_Prs.h index 44c204260..34bf24bcc 100644 --- a/src/QxGraph/QxGraph_Prs.h +++ b/src/QxGraph/QxGraph_Prs.h @@ -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); -- 2.39.2