- Renamed 'mods_required' argument to the more accurate 'text_required' in the
  ::modify method.
This commit is contained in:
Paul Beckingham 2014-05-27 00:37:31 -04:00
parent f3bc606344
commit c39285b61c
2 changed files with 3 additions and 3 deletions

View file

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