From a1abce3b56c5f1f315f92db640047c38eeceba05 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Fri, 25 Aug 2006 02:06:50 +0000 Subject: I peeled back my changes because of some deep error. (bzr r1636) --- src/sp-style-elem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-style-elem.cpp') diff --git a/src/sp-style-elem.cpp b/src/sp-style-elem.cpp index 46e63478c..ff27f3de0 100644 --- a/src/sp-style-elem.cpp +++ b/src/sp-style-elem.cpp @@ -272,7 +272,7 @@ end_font_face_cb(CRDocHandler *a_handler) static void property_cb(CRDocHandler *const a_handler, CRString *const a_name, - CRTerm *const a_value, int const a_important) + CRTerm *const a_value, gboolean const a_important) { g_return_if_fail(a_handler && a_name); g_return_if_fail(a_handler->app_data != NULL); -- cgit v1.2.3