From 430a18042e400945cbabdbcb4b51137cf0687df2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 24 Sep 2007 17:43:29 +0000 Subject: [PATCH] * src/CoordCache.h: compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20470 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CoordCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoordCache.h b/src/CoordCache.h index 1d1876d066..f670bba48e 100644 --- a/src/CoordCache.h +++ b/src/CoordCache.h @@ -133,7 +133,7 @@ public: bool covers(T const * thing, int x, int y) const { - cache_type::const_iterator it = data_.find(thing); + typename cache_type::const_iterator it = data_.find(thing); return it != data_.end() && it->second.covers(x, y); } -- 2.39.5