freebsd-ports/graphics/digikamplugins/files/patch-miscsoperations-plugin_miscsoperations.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
616 B
C++

--- ./miscsoperations/plugin_miscsoperations.cpp.orig Sat Sep 4 11:39:39 2004
+++ ./miscsoperations/plugin_miscsoperations.cpp Sat Sep 4 11:39:46 2004
@@ -39,7 +39,7 @@
// plugin library and the second is the genericfactory templated from
// the class for your plugin
K_EXPORT_COMPONENT_FACTORY( digikamplugin_miscsoperations,
- KGenericFactory<Plugin_MiscsOperations>("digikam"));
+ KGenericFactory<Plugin_MiscsOperations>("digikam"))
Plugin_MiscsOperations::Plugin_MiscsOperations(QObject *parent,
const char*,