freebsd-ports/graphics/digikamplugins/files/patch-commentseditor-plugin_commentseditor.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
542 B
C++

--- ./commentseditor/plugin_commentseditor.cpp.orig Sat Sep 4 11:36:04 2004
+++ ./commentseditor/plugin_commentseditor.cpp Sat Sep 4 11:36:12 2004
@@ -34,7 +34,7 @@
#include "commentseditor.h"
K_EXPORT_COMPONENT_FACTORY( digikamplugin_commentseditor,
- KGenericFactory<Plugin_CommentsEditor>("digikam"));
+ KGenericFactory<Plugin_CommentsEditor>("digikam"))
Plugin_CommentsEditor::Plugin_CommentsEditor(QObject *parent,
const char*,