typos
This commit is contained in:
parent
0f304df2ed
commit
61a5ec760e
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
||||||
not parenthesize the type after the new operator (g++ 3.4 complains).
|
not parenthesize the type after the new operator (g++ 3.4 complains).
|
||||||
* src/tgbaalgos/dupexp.cc (dupexp_iter::process_state,
|
* src/tgbaalgos/dupexp.cc (dupexp_iter::process_state,
|
||||||
dupexp_iter::declare_state): Use this->automata_ instead of
|
dupexp_iter::declare_state): Use this->automata_ instead of
|
||||||
automata_. Local member automata_ inherited from template base
|
automata_. Local protected member automata_ inherited from
|
||||||
classes must be prefixed or g++ 3.4 will not look them
|
template base class must be prefixed or g++ 3.4 will not look it
|
||||||
up (conforming to §14.6.2.3).
|
up (conforming to §14.6.2.3).
|
||||||
|
|
||||||
2004-07-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-07-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue