diff options
author | senator <senator> | 2007-07-19 09:42:57 +0000 |
---|---|---|
committer | senator <senator> | 2007-07-19 09:42:57 +0000 |
commit | 5d013c55c34a1b93e537b57e7d9f9a0117805ad3 (patch) | |
tree | 8101ad7e1e65b22585a56e616bbdcd1bfe8c5aaa /client | |
parent | 42625c76eca0e62c589e2f67373cefaaff14227a (diff) |
fixed a warning about virtual destructor
Diffstat (limited to 'client')
-rw-r--r-- | client/widgets/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |