From 8675c7e72bc2a5410ecf14fc44ce38e55b43d903 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 9 Apr 2002 07:54:15 +0000 Subject: [PATCH] Warning fix --- Packages/Qt_widget/include/CGAL/IO/Qt_widget_history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Qt_widget/include/CGAL/IO/Qt_widget_history.h b/Packages/Qt_widget/include/CGAL/IO/Qt_widget_history.h index c5570f1549d..e38e06c98fc 100644 --- a/Packages/Qt_widget/include/CGAL/IO/Qt_widget_history.h +++ b/Packages/Qt_widget/include/CGAL/IO/Qt_widget_history.h @@ -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(){