diff -r c79df732d095 -r 190b3a70fabc historywindow.h --- a/historywindow.h Fri Sep 08 12:30:09 2006 +0000 +++ b/historywindow.h Thu Nov 16 10:07:11 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;