From df6e9a1f54aae71497f1e808c9102c739d91981d Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 13 Nov 2013 01:15:52 +0100 Subject: fix build, complementary to rev12804 (forgot to commit) (bzr r12805) --- src/libnrtype/Layout-TNG.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index d16c2843d..c3ccbffb5 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -432,16 +432,17 @@ public: iterator getLetterAt(double x, double y) const; inline iterator getLetterAt(Geom::Point &point) const; - /** Returns an iterator pointing to the character in the output which + /* Returns an iterator pointing to the character in the output which was created from the given input. If the character at the given byte offset was removed (soft hyphens, for example) the next character after it is returned. If no input was added with the given cookie, end() is returned. If more than one input has the same cookie, the first will be used regardless of the value of \a text_iterator. If \a text_iterator is out of bounds, the first or last character belonging - to the given input will be returned accordingly. */ + to the given input will be returned accordingly. iterator sourceToIterator(void *source_cookie, Glib::ustring::const_iterator text_iterator) const; - + */ + /** Returns an iterator pointing to the first character in the output which was created from the given source. If \a source_cookie is invalid, end() is returned. If more than one input has the same cookie, the -- cgit v1.2.3