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:
spog
2006-07-22 16:30:32 +00:00
parent 988b2f6fbc
commit d498eb592d
10 changed files with 67 additions and 53 deletions

View File

@@ -214,7 +214,7 @@ void FillPluginSlots(CPluginSlots& slots, GtkWidget* main_window)
: m_slots(slots), m_main_window(main_window)
{
}
void visit(const char* name, const _QERPluginTable& table)
void visit(const char* name, const _QERPluginTable& table) const
{
m_slots.AddPluginSlot(m_main_window, name, table);
}