From 61a5ec760eb059fc6226079ab3b1f8268b02c27b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 9 Jul 2004 13:08:42 +0000 Subject: [PATCH] typos --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eec7dce6a..f87848071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,8 +23,8 @@ not parenthesize the type after the new operator (g++ 3.4 complains). * src/tgbaalgos/dupexp.cc (dupexp_iter::process_state, dupexp_iter::declare_state): Use this->automata_ instead of - automata_.   Local member automata_ inherited from template base - classes must be prefixed or g++ 3.4 will not look them + automata_. Local protected member automata_ inherited from + template base class must be prefixed or g++ 3.4 will not look it up (conforming to §14.6.2.3). 2004-07-07 Alexandre Duret-Lutz