From 70dec69b0b780f472cf5b993fc2c9a64c227333d Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 8 Nov 2005 18:11:12 +0000 Subject: [PATCH] Force linking of gprint.cpp, otherwise Gnome printing may not work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/prntdlgg.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 0a3d466337..85303fefbd 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -62,6 +62,11 @@ #include #include +#if wxUSE_LIBGNOMEPRINT +#include "wx/html/forcelnk.h" +FORCE_LINK(gnome_print) +#endif + // ---------------------------------------------------------------------------- // global vars // ---------------------------------------------------------------------------- -- 2.50.0