added support for both ent and def files at the same time
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@95 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
void foreachModule(const char* type, int version, Visitor& visitor)
|
||||
void foreachModule(const char* type, int version, const Visitor& visitor)
|
||||
{
|
||||
for(Modules_::const_iterator i = m_modules.begin(); i != m_modules.end(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user