---
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(a)lrde.epita.fr>
+ * lazzara/igr/gui/segmentation/src/main_window.cc: Avoid a warning
+ in 2D segmentation tool.
+
+2010-11-15 Guillaume Lazzara <z(a)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
Show replies by date