diff -r a40af6315ac6 -r 3a58c9ef4a18 historywindow.h --- a/historywindow.h Thu Sep 14 11:38:17 2006 +0000 +++ b/historywindow.h Thu Sep 14 11:38:18 2006 +0000 @@ -1,7 +1,6 @@ #ifndef HISTORYWINDOW_H #define HISTORYWINDOW_H -//#include "mapeditor.h" #include "settings.h" #include "ui_historywindow.h" @@ -25,6 +24,7 @@ void select(); private: + void clearRow (int); void updateRow (int, int, SimpleSettings &); Ui::HistoryWindow ui; MapEditor *mapEditor;