Fixed compilation on linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7369 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-01-11 23:08:27 +00:00
parent 8769fc9492
commit b527abab17

View File

@ -45,7 +45,7 @@ private:
/** Queue of icons to download. This queue is used by the
* GUI to increase priority of icons that are needed now. */
std::vector<const std::string> m_icon_queue;
std::vector<std::string> m_icon_queue;
/** Mutex to protect access to icon_list. */
pthread_mutex_t m_mutex_icon;