summaryrefslogtreecommitdiffstats
path: root/src/sp-style-elem.cpp
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2006-08-25 02:06:50 +0000
committerkidproto <kidproto@users.sourceforge.net>2006-08-25 02:06:50 +0000
commita1abce3b56c5f1f315f92db640047c38eeceba05 (patch)
treecfa3829e9329ddef45ea17bcd974791083d83656 /src/sp-style-elem.cpp
parentAdded author of a patch (diff)
downloadinkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.tar.gz
inkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.zip
I peeled back my changes because of some deep error.
(bzr r1636)
Diffstat (limited to 'src/sp-style-elem.cpp')
-rw-r--r--src/sp-style-elem.cpp2
1 files changed, 1 insertions, 1 deletions
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);