summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2006-12-27 15:23:04 +0000
committerAlbert Astals Cid <aacid@kde.org>2006-12-27 15:23:04 +0000
commitdc6b372358ac629c43aa2faabd644942cb0ed98b (patch)
treec5330086e9159fc04b46b45cca70de6d1ffd09c4
parentc7d19539a95927eb277966a521f13393c9e116bb (diff)
Remove , after last value of enum. Thanks to André Wöbbeking
-rw-r--r--ChangeLog1
-rw-r--r--poppler/Catalog.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36b916f1..3b03e111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2006-12-27 Albert Astals Cid <aacid@kde.org>
+ * poppler/Catalog.h:
* qt4/src/poppler-qt4.h: Remove , after last value of enum. Thanks to
André Wöbbeking
diff --git a/poppler/Catalog.h b/poppler/Catalog.h
index c72b7061..036e1715 100644
--- a/poppler/Catalog.h
+++ b/poppler/Catalog.h
@@ -166,7 +166,7 @@ public:
pageLayoutTwoColumnLeft,
pageLayoutTwoColumnRight,
pageLayoutTwoPageLeft,
- pageLayoutTwoPageRight,
+ pageLayoutTwoPageRight
};
// Returns the page mode.