Fix --template to work again

This commit is contained in:
Reijo Tomperi 2010-04-16 17:26:49 +03:00
parent 61b5a21ac9
commit 10a7c3f70c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}