The following commit has been merged in the master branch:
commit 9654979a2ca036df6448744bba4d7d5920d3bffd
Author: Andrei Zavada <[email protected]>
Date:   Sun Feb 24 14:09:40 2013 +0200

    straighter args to map::assign for pickier g++-4.8 standards

diff --git a/src/ui/sf/ica_cb.cc b/src/ui/sf/ica_cb.cc
index ca7764d..df77182 100644
--- a/src/ui/sf/ica_cb.cc
+++ b/src/ui/sf/ica_cb.cc
@@ -163,7 +163,7 @@ eSFICARemixMode_changed_cb( GtkComboBox* w, gpointer u)
                aghui::SScoringFacility::TICARemixMode::zero,
        };
        SF.remix_mode = vv[gtk_combo_box_get_active( w)];
-       SF.ica_map.assign( SF.ica_map.size(), {{-1}});
+       SF.ica_map.assign( SF.ica_map.size(), SScoringFacility::SICMapOptions 
{-1});
 
        SF.queue_redraw_all();
 }

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to