diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-05-26 20:52:46 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-05-26 20:52:46 +0000 |
| commit | 258b23eac6fadcd3c02053ac6e890b0be5819194 (patch) | |
| tree | 9e99014de5ba9e5cd7ea5f3bc79aee7ff6049f1b /src/sp-pattern.h | |
| parent | SPPattern c++-sification: replaced guint by bool and enum (diff) | |
| download | inkscape-258b23eac6fadcd3c02053ac6e890b0be5819194.tar.gz inkscape-258b23eac6fadcd3c02053ac6e890b0be5819194.zip | |
SPPattern c++-sification: replaced gchar* by Glib::ustring
(bzr r13341.6.17)
Diffstat (limited to 'src/sp-pattern.h')
| -rw-r--r-- | src/sp-pattern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-pattern.h b/src/sp-pattern.h index d836e7a42..422adb169 100644 --- a/src/sp-pattern.h +++ b/src/sp-pattern.h @@ -42,7 +42,7 @@ public: virtual ~SPPattern(); /* Reference (href) */ - gchar *href; + Glib::ustring href; SPPatternReference *ref; /* patternUnits and patternContentUnits attribute */ |
