From 7aa5ac7f0e76c5b87e4ca837b75b3edd522a3372 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Dec 2012 23:30:27 -0600 Subject: Fix a number of build warnings that could lead to unstable operation This breaks the ABI --- src/codecs/qjpunicode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/codecs') diff --git a/src/codecs/qjpunicode.h b/src/codecs/qjpunicode.h index 2b580c3..10e9e73 100644 --- a/src/codecs/qjpunicode.h +++ b/src/codecs/qjpunicode.h @@ -83,6 +83,9 @@ #endif class Q_EXPORT_CODECS_JP QJpUnicodeConv { +public: + virtual ~QJpUnicodeConv() {} + public: enum Rules { // "ASCII" is ANSI X.3.4-1986, a.k.a. US-ASCII here. -- cgit v1.2.1