From 2bbd8688529fcdbe661a1eee9c99b8c08c766ca4 Mon Sep 17 00:00:00 2001 From: GangHeok Kim Date: Mon, 14 Oct 2013 11:13:22 +0900 Subject: Imported Upstream version 0.24.1 Change-Id: Ie73a6244818bc011a430fddd58ebf7b59660fb8d --- utils/HtmlFonts.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/HtmlFonts.cc') diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc index d8334bce..a12992ec 100644 --- a/utils/HtmlFonts.cc +++ b/utils/HtmlFonts.cc @@ -25,6 +25,7 @@ // Copyright (C) 2011 Stephen Reichling // Copyright (C) 2012 Igor Slepchin // Copyright (C) 2012 Luis Parravicini +// Copyright (C) 2013 Julien Nabet // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git @@ -297,7 +298,7 @@ HtmlFontAccu::~HtmlFontAccu(){ int HtmlFontAccu::AddFont(const HtmlFont& font){ std::vector::iterator i; - for (i=accu->begin();i!=accu->end();i++) + for (i=accu->begin();i!=accu->end();++i) { if (font.isEqual(*i)) { -- cgit v1.2.3