diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-09-20 20:40:55 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-09-20 20:40:55 +0000 |
| commit | bac4df147de363a0774548acd63d367a09ab50d3 (patch) | |
| tree | 849f3bc54cfa4ba5d9e219173bcc5d5240b38375 /src/attribute-rel-util.h | |
| parent | Translations. inkscape.pot update. (diff) | |
| download | inkscape-bac4df147de363a0774548acd63d367a09ab50d3.tar.gz inkscape-bac4df147de363a0774548acd63d367a09ab50d3.zip | |
some memleak fixes (Bug #1043571)
(bzr r11686)
Diffstat (limited to 'src/attribute-rel-util.h')
| -rw-r--r-- | src/attribute-rel-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute-rel-util.h b/src/attribute-rel-util.h index d9d270a13..449a66d9e 100644 --- a/src/attribute-rel-util.h +++ b/src/attribute-rel-util.h @@ -61,7 +61,7 @@ void sp_attribute_clean_style(Node *repr, unsigned int flags); /** * Clean style properties for one style string. */ -gchar* sp_attribute_clean_style(Node *repr, gchar const *string, unsigned int flags); +Glib::ustring sp_attribute_clean_style(Node *repr, gchar const *string, unsigned int flags); /** * Clean style properties for one CSS. |
