From 5d013c55c34a1b93e537b57e7d9f9a0117805ad3 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Jul 2007 09:42:57 +0000 Subject: fixed a warning about virtual destructor --- client/widgets/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgets/widget.h') diff --git a/client/widgets/widget.h b/client/widgets/widget.h index a636c5e..beefdab 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -32,6 +32,7 @@ class Widget { public: + virtual ~Widget(){} virtual QString getValue() = 0; QString getName(); -- cgit v1.2.3