Variable DockSpace._host

struct DockSpace
{
  // ...
  DockHost _host;
  // ...
}