freebsd-ports/deskutils/krefty/files/patch-krefty_part.cpp
Markus Brueffer 08363af9ca - Fix build with gcc 3.4 [1]
- Fix build on amd64

Reported by:	pointyhat via kris [1]
2004-08-14 00:19:30 +00:00

10 lines
213 B
C++

--- src/krefty_part.cpp.orig Sat Aug 14 02:13:08 2004
+++ src/krefty_part.cpp Sat Aug 14 02:13:22 2004
@@ -197,6 +197,6 @@
{
return new KreftyPartFactory;
}
-};
+}
#include "krefty_part.moc"