eoParserLogger deprecated in favor of eoParser
This commit is contained in:
parent
cb40049867
commit
b6ca088c83
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ typedef edoNormalMulti< EOT > Distrib;
|
||||||
|
|
||||||
int main(int ac, char** av)
|
int main(int ac, char** av)
|
||||||
{
|
{
|
||||||
eoParserLogger parser(ac, av);
|
eoParser parser(ac, av);
|
||||||
|
|
||||||
// Letters used by the following declarations:
|
// Letters used by the following declarations:
|
||||||
// a d i p t
|
// a d i p t
|
||||||
|
|
|
||||||
Reference in a new issue