diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-20 05:37:29 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-20 05:37:29 +0800 |
commit | 5ac5e4679eb5223700d3f4c2e21998e733668ec9 (patch) | |
tree | 057decae05a0eb680c0b10a6c8fb8669131312b5 /mail | |
parent | 48e8288a9959435a1333075f0bf36423f1a56854 (diff) | |
download | freebsd-ports-gnome-5ac5e4679eb5223700d3f4c2e21998e733668ec9.tar.gz freebsd-ports-gnome-5ac5e4679eb5223700d3f4c2e21998e733668ec9.tar.zst freebsd-ports-gnome-5ac5e4679eb5223700d3f4c2e21998e733668ec9.zip |
Fix build with latest clang:
-----
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration
makes this constructor a default constructor
RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
^ ~
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3: note: previous declaration is here
RunScriptDialog(QWidget* parent, bool extEnable);
^
1 error generated.
*** Error code 1
-----
PR: ports/179042
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by: bsam (me)
Tested by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by: sylvio (maintainer, timeout 3+ weeks)
Diffstat (limited to 'mail')
0 files changed, 0 insertions, 0 deletions