LR0: Made Item a public class, for testing

This commit is contained in:
Paul Beckingham 2015-12-27 12:02:00 -05:00
parent 6b4448ec8a
commit 66504d5dfc
2 changed files with 2 additions and 3 deletions

View file

@ -40,11 +40,10 @@ public:
void debug (bool);
std::string dump () const;
protected:
class Item
{
public:
Item (std::vector <std::string>&);
Item (const std::vector <std::string>&);
bool advance ();
private: