[poppler] poppler/Form.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Jun 26 15:10:08 UTC 2018


 poppler/Form.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0735821ee03f9d83a9817450b12f45a502f51834
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Jun 26 17:09:52 2018 +0200

    Form: Remove return in void function

diff --git a/poppler/Form.cc b/poppler/Form.cc
index 6f3b76fd..1b2888e9 100644
--- a/poppler/Form.cc
+++ b/poppler/Form.cc
@@ -136,7 +136,7 @@ bool FormWidget::isReadOnly() const
 
 void FormWidget::setReadOnly(bool value)
 {
-  return field->setReadOnly(value);
+  field->setReadOnly(value);
 }
 
 int FormWidget::encodeID (unsigned pageNum, unsigned fieldNum)


More information about the poppler mailing list