27 Jun
2006
27 Jun
'06
5:39 p.m.
- compile failure with gcc-4.2.x (working with submitter)
the only change for this was the following patch. is it safe for stable?
Index: ui/widget/selected-style.cpp =================================================================== --- ui/widget/selected-style.cpp (revision 12509) +++ ui/widget/selected-style.cpp (working copy) @@ -109,11 +109,12 @@
_sw_unit(NULL),
- _tooltips (), + _tooltips ()
- _drop((void*[]){0,0}), - _dropEnabled((bool[]){false, false}) { + _drop[0] = _drop[1] = 0; + _dropEnabled[0] = _dropEnabled[1] = false; + _fill_label.set_alignment(0.0, 0.5); _fill_label.set_padding(0, 0); _stroke_label.set_alignment(0.0, 0.5);