summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-12-26 14:44:07 +0000
committertavmjong-free <tavmjong@free.fr>2014-12-26 14:44:07 +0000
commitc784e87f3b53e823dfb303e296ede834accc9322 (patch)
treed66e298e132dc90693a8e5232a88e02c27edf655 /src/libnrtype
parentRemove sp_style_new(). (diff)
downloadinkscape-c784e87f3b53e823dfb303e296ede834accc9322.tar.gz
inkscape-c784e87f3b53e823dfb303e296ede834accc9322.zip
SPStyle ref counting clean up.
(bzr r13822.1.7)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG-Input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Input.cpp b/src/libnrtype/Layout-TNG-Input.cpp
index fa1e8c11b..cd9179c5f 100644
--- a/src/libnrtype/Layout-TNG-Input.cpp
+++ b/src/libnrtype/Layout-TNG-Input.cpp
@@ -325,7 +325,7 @@ PangoFontDescription *Layout::InputStreamTextSource::styleGetFontDescription() c
Layout::InputStreamTextSource::~InputStreamTextSource()
{
- sp_style_unref(style);
+ sp_style_unref(style);
}
}//namespace Text