summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
authorJan Lingscheid <jan.linscheid@auticon.de>2017-09-12 12:38:29 +0000
committerJan Lingscheid <jan.lingscheid@auticon.de>2017-09-21 05:46:27 +0000
commit7c5cc63b4d74331cb5ba71faea2d4c1ac8dcae66 (patch)
tree6b4a4923b3c176d9e3cd03ff22892b8a5ba9d802 /src/sp-object.h
parentRemove usage of GString in sp-style-elem.cpp (diff)
downloadinkscape-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.h2
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 */