- Upgrades legacy recur values.
This commit is contained in:
Paul Beckingham 2014-10-07 00:24:03 -04:00
parent 108a4c7959
commit 1a5fb437a5
3 changed files with 50 additions and 5 deletions

View file

@ -154,6 +154,7 @@ public:
enum modType {modReplace, modPrepend, modAppend, modAnnotate};
void modify (modType, bool text_required = false);
void upgradeLegacyValues ();
private:
int determineVersion (const std::string&);