1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/kdelibs3/files/patch-kdecore-kasyncio.cpp
Alan Eldridge 7227221cf2 Back out the heavy handed disabling of "--enable-final" in favor or
Stephen Kulow (Coolo)'s patch to Do The Right Thing with libkdefakes.

Bumped portrevision to force this out.
2002-11-19 21:00:32 +00:00

9 lines
266 B
C++

--- kdecore/kasyncio.cpp.orig Sun Mar 3 16:21:58 2002
+++ kdecore/kasyncio.cpp Tue Nov 19 07:23:30 2002
@@ -26,3 +26,5 @@
void KAsyncIO::virtual_hook( int, void* )
{ /*BASE::virtual_hook( id, data );*/ }
+#include "kasyncio.moc"
+#include "kgenericfactory.moc"