Am Sonntag, den 05.02.2006, 23:20 +0100 schrieb Lars Gullik Bjønnes: > | +/* > | +namespace { > | + > | +pair <string, string> parseFontName(Glib::ustring &name) > | +{ > > const ref? > > | + string fontname = ""; > | + string foundry = ""; > > Drop the initalization. Is foundry actually used at all?
Oops, that whole block was commented out anyway because I'd found a GTK function that did it for me. Nuked it now. John