diff options
| author | Jan Lingscheid <jan.linscheid@auticon.de> | 2017-09-12 12:38:29 +0000 |
|---|---|---|
| committer | Jan Lingscheid <jan.lingscheid@auticon.de> | 2017-09-21 05:46:27 +0000 |
| commit | 7c5cc63b4d74331cb5ba71faea2d4c1ac8dcae66 (patch) | |
| tree | 6b4a4923b3c176d9e3cd03ff22892b8a5ba9d802 /src/sp-object.h | |
| parent | Remove usage of GString in sp-style-elem.cpp (diff) | |
| download | inkscape-7c5cc63b4d74331cb5ba71faea2d4c1ac8dcae66.tar.gz inkscape-7c5cc63b4d74331cb5ba71faea2d4c1ac8dcae66.zip | |
Remove usage of GString in sp-object.cpp
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index d145e966b..08e69f771 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -803,7 +803,7 @@ private: * content except the tags). * Must not be used on anything except elements. */ - char * textualContent() const; + Glib::ustring textualContent() const; /* Real handlers of repr signals */ |
