PatternFormatter priorityNames fix

This commit is contained in:
Maksim Kita
2020-06-02 21:47:07 +03:00
parent bc9f15e9e9
commit bb5467afcb
3 changed files with 19 additions and 35 deletions

View File

@@ -144,6 +144,8 @@ private:
void parsePriorityNames();
static const std::string DEFAULT_PRIORITY_NAMES;
std::vector<PatternAction> _patternActions;
bool _localTime;
std::string _pattern;