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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user