Warning fix

This commit is contained in:
Laurent Rineau 2002-04-09 07:54:15 +00:00
parent 8ca931cf1e
commit 8675c7e72b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace CGAL {
class Qt_widget_history{
public:
Qt_widget_history() : nr_of_items(0), current_item(1) {};
Qt_widget_history() : current_item(0), nr_of_items(0) {};
~Qt_widget_history(){};
bool back(){