Fix --template to work again
This commit is contained in:
parent
61b5a21ac9
commit
10a7c3f70c
|
@ -71,6 +71,7 @@ const Settings &Settings::operator=(const Settings & s)
|
|||
_showtime = s._showtime;
|
||||
_append = s._append;
|
||||
_terminate = s._terminate;
|
||||
_outputFormat = s._outputFormat;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue