fixed build on linux problems

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40470
This commit is contained in:
David Anderson
2007-02-11 00:17:54 +00:00
parent 1d44bdf37a
commit 682e7d4ab6
10 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ protected:
/* :TODO: I want a caching list type here.
* Destroying these things and using new/delete for their members feels bad.
*/
List<IPluginFunction *> m_functions;
mutable List<IPluginFunction *> m_functions;
List<IPluginFunction *> m_paused;
/* Type and name information */
+2 -1
View File
@@ -1658,4 +1658,5 @@ void CPluginManager::_SetPauseState(CPlugin *pl, bool paused)
pListener = (*iter);
pListener->OnPluginPauseChange(pl, paused);
}
}
}