(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors.
This commit is contained in:
@@ -106,6 +106,7 @@ WindowDesc::WindowDesc(WindowPosition def_pos, const char *ini_key, int16 def_wi
|
||||
|
||||
WindowDesc::~WindowDesc()
|
||||
{
|
||||
_window_descs->Erase(_window_descs->Find(this));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user