diff options
Diffstat (limited to 'src/sp-style-elem.cpp')
| -rw-r--r-- | src/sp-style-elem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-style-elem.cpp b/src/sp-style-elem.cpp index ff27f3de0..46e63478c 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, gboolean const a_important) + CRTerm *const a_value, int const a_important) { g_return_if_fail(a_handler && a_name); g_return_if_fail(a_handler->app_data != NULL); |
