1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors.

This commit is contained in:
frosch
2013-06-15 15:06:22 +00:00
parent bb308c5e30
commit 18ae9c78bc
3 changed files with 15 additions and 0 deletions

View File

@@ -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));
}
/**