Enhancement - Annotations

- Annotations are now being parsed properly from FF3.
This commit is contained in:
Paul Beckingham 2009-06-11 22:58:38 -04:00
parent 5836430cc1
commit d898f3f509
3 changed files with 29 additions and 28 deletions

View file

@ -51,7 +51,7 @@ public:
Subst subst;
// Series of helper functions.
int id () const { return sequence.size () ? sequence[0] : 0; }
int id () const { return sequence.size () ? sequence[0] : 0; }
void id (int anotherId) { sequence.push_back (anotherId); }
static status textToStatus (const std::string&);