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:
parent
8769fc9492
commit
b527abab17
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user