LR0: Fixed bug where local variable eclipsed member

This commit is contained in:
Paul Beckingham 2016-01-02 15:33:04 -05:00
parent 586cce2114
commit 35b526957e

View file

@ -50,7 +50,7 @@ LR0::LR0 ()
void LR0::initialize (const Grammar& grammar)
{
// Obtain the augmented grammar.
auto _augmented = grammar.augmented ();
_augmented = grammar.augmented ();
if (_debug)
{