Enhancement - Annotations
- Annotations are now being parsed properly from FF3.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user