last-svn-commit-693-g181a278 lazzara/igr/gui/segmentation/src/main_window.cc: Avoid a warning in 2D segmentation tool.

--- milena/sandbox/ChangeLog | 5 +++++ .../igr/gui/segmentation/src/main_window.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog index 705ecda..677070c 100644 --- a/milena/sandbox/ChangeLog +++ b/milena/sandbox/ChangeLog @@ -1,5 +1,10 @@ 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * lazzara/igr/gui/segmentation/src/main_window.cc: Avoid a warning + in 2D segmentation tool. + +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + Add missing defines in headers. * lazzara/igr/gui/segmentation/src/crop_widget.hh, diff --git a/milena/sandbox/lazzara/igr/gui/segmentation/src/main_window.cc b/milena/sandbox/lazzara/igr/gui/segmentation/src/main_window.cc index a225daf..6f064cb 100644 --- a/milena/sandbox/lazzara/igr/gui/segmentation/src/main_window.cc +++ b/milena/sandbox/lazzara/igr/gui/segmentation/src/main_window.cc @@ -152,7 +152,7 @@ namespace igr } - void main_window::clear_information_slot(const QPointF& p) + void main_window::clear_information_slot(const QPointF&) { point_info_->setText(""); } -- 1.5.6.5
participants (1)
-
Guillaume Lazzara