[poppler] qt4/src
Pino Toscano
pino at kemper.freedesktop.org
Sun Apr 20 09:30:01 PDT 2008
qt4/src/poppler-converter-private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6c248bdad77235a45402d9693a0b822cc208b6b9
Author: Pino Toscano <pino at kde.org>
Date: Sun Apr 20 18:32:59 2008 +0200
the dtor should be virtual
diff --git a/qt4/src/poppler-converter-private.h b/qt4/src/poppler-converter-private.h
index 051d9eb..84ae4d3 100644
--- a/qt4/src/poppler-converter-private.h
+++ b/qt4/src/poppler-converter-private.h
@@ -32,7 +32,7 @@ class BaseConverterPrivate
{
public:
BaseConverterPrivate();
- ~BaseConverterPrivate();
+ virtual ~BaseConverterPrivate();
QIODevice* openDevice();
void closeDevice();
More information about the poppler
mailing list