Question #211405 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/211405

    Status: Open => Answered

Razzloss proposed the following answer:
Crap that's still in there? I thought I fixed it already. Anyway should
compile, if you change the references from map to std::map in lines 461
and 491.

So line 461 should be
std::map<string, string> icons;
and 491
for (std::map<string, string>::const_iterator i = icons.begin(); i != 
icons.end(); ++i)

--RZ

-- 
You received this question notification because you are a member of
LinuxDC++ Contributors, which is an answer contact for LinuxDC++.

-- 
Mailing list: https://launchpad.net/~linuxdcpp-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to