diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
| commit | 2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch) | |
| tree | 492bccf7855315612ecd295d84c34688c232db79 /src/text-context.cpp | |
| parent | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff) | |
| download | inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.tar.gz inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.zip | |
Warning cleanup.
(bzr r8981)
Diffstat (limited to 'src/text-context.cpp')
| -rw-r--r-- | src/text-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp index fc28dc8e4..4f89bd1e1 100644 --- a/src/text-context.cpp +++ b/src/text-context.cpp @@ -1597,7 +1597,7 @@ sp_text_context_update_cursor(SPTextContext *tc, bool scroll_to_see) Inkscape::Text::Layout const *layout = te_get_layout(tc->text); int const nChars = layout->iteratorToCharIndex(layout->end()); - char *trunc = ""; + char const *trunc = ""; bool truncated = false; if (layout->inputTruncated()) { truncated = true; |
