diff -r c79df732d095 -r bb94eec7c8f3 historywindow.h --- a/historywindow.h Fri Sep 08 12:30:09 2006 +0000 +++ b/historywindow.h Thu Sep 21 13:48:05 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;