oops, missing semicolon

This commit is contained in:
David Rose 2002-05-01 20:07:53 +00:00
parent b76d70668c
commit a37a55624a

View File

@ -187,7 +187,7 @@ atomic_element:
}
atomic_element_definition
{
current_atomic->_elements.push_back(atomic_element)
current_atomic->_elements.push_back(atomic_element);
}
;