Fixed configure.ac. (zetafunction)

This commit is contained in:
rakshasa
2019-07-08 20:29:43 +02:00
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ Root::Root() :
m_windowInput(NULL),
m_windowStatusbar(NULL),
m_input_history_length(99),
m_input_history_pointer_get(0),
m_input_history_last_input("") {
m_input_history_last_input(""),
m_input_history_pointer_get(0) {
// Initialise prefilled m_input_history and m_input_history_pointers objects.
for (int type = ui::DownloadList::INPUT_LOAD_DEFAULT; type != ui::DownloadList::INPUT_EOI; type++) {