From 473e7ed23c02cee40f316876daff4be728c2531d Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Thu, 21 Jan 2010 12:10:33 +1300 Subject: Fixing conts correctness. (bzr r9009) --- src/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 55da52f1a..11665b890 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -421,7 +421,7 @@ sp_text_description(SPItem *item) GString *xs = SP_PX_TO_METRIC_STRING(style->font_size.computed, sp_desktop_namedview(SP_ACTIVE_DESKTOP)->getDefaultMetric()); - char *trunc = ""; + char const *trunc = ""; Inkscape::Text::Layout const *layout = te_get_layout((SPItem *) item); if (layout && layout->inputTruncated()) { trunc = _(" [truncated]"); -- cgit v1.2.3