Task
- Renamed 'mods_required' argument to the more accurate 'text_required' in the ::modify method.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user