Now it fails in the linker stage with an undefined reference to UT_XML::processingInstruction(const char *, const char *).
13 lines
624 B
Text
13 lines
624 B
Text
$NetBSD: patch-sd,v 1.1 2007/11/14 15:41:41 rillig Exp $
|
|
|
|
--- src/af/xap/unix/xap_UnixFrameImpl.cpp.orig 2006-06-16 21:20:13.000000000 +0200
|
|
+++ src/af/xap/unix/xap_UnixFrameImpl.cpp 2007-11-14 14:41:10.141208000 +0100
|
|
@@ -739,7 +739,7 @@ gint XAP_UnixFrameImpl::_fe::configure_e
|
|
|
|
if(!pUnixFrameImpl->m_bDoZoomUpdate && (pUnixFrameImpl->m_iZoomUpdateID == 0))
|
|
{
|
|
- pUnixFrameImpl->m_iZoomUpdateID = g_idle_add(static_cast<GSourceFunc>(do_ZoomUpdate), static_cast<gpointer>(pUnixFrameImpl));
|
|
+ pUnixFrameImpl->m_iZoomUpdateID = g_idle_add(do_ZoomUpdate, static_cast<gpointer>(pUnixFrameImpl));
|
|
}
|
|
}
|
|
return 1;
|