freebsd-ports/graphics/digikamplugins/files/patch-rawconverter-plugin_rawconverter.cpp
Markus Brueffer 1b7e47de71 Fix build with gcc 3.4
Submitted by:	Andy Fawcett <andy@athame.co.uk>
Approved by:	portmgr (will)
		Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-09-04 12:25:05 +00:00

11 lines
464 B
C++

--- ./rawconverter/plugin_rawconverter.cpp.orig Sat Sep 4 11:44:10 2004
+++ ./rawconverter/plugin_rawconverter.cpp Sat Sep 4 11:44:18 2004
@@ -45,7 +45,7 @@
#include "batchdialog.h"
K_EXPORT_COMPONENT_FACTORY( digikamplugin_rawconverter,
- KGenericFactory<Plugin_RawConverter>("digikam"));
+ KGenericFactory<Plugin_RawConverter>("digikam"))
Plugin_RawConverter::Plugin_RawConverter(QObject *parent,