From c06cbc334d08bc81cfee4e722c53e4f1c1747100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20W=C3=B6bbeking?= Date: Wed, 17 Jan 2007 21:30:43 +0000 Subject: [PATCH] -pedantic svn path=/trunk/playground/graphics/okular/; revision=624728 --- core/generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/generator.h b/core/generator.h index 93a6d6364..e171f14a9 100644 --- a/core/generator.h +++ b/core/generator.h @@ -142,7 +142,7 @@ class OKULAR_EXPORT Generator : public QObject { TextExtraction, ///< Whether the Generator can extract text from the document in the form of TextPage's ReadRawData, ///< Whether the Generator can read a document directly from its raw data. - PageSizes, ///< Whether the Generator can change the size of the document pages. + PageSizes ///< Whether the Generator can change the size of the document pages. }; /**