Explorar el Código

Pure virtual function call caused by 348396c1 (2nd)

Source commit: ab8c3743625999de60622fed053c2c5a971df12e
Martin Prikryl hace 3 años
padre
commit
4415c0b245
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/windows/WinMain.cpp

+ 1 - 1
source/windows/WinMain.cpp

@@ -438,7 +438,7 @@ TStartupThread::TStartupThread()
 //---------------------------------------------------------------------------
 __fastcall TStartupThread::~TStartupThread()
 {
-//  Close();
+  Close();
 }
 //---------------------------------------------------------------------------
 int TStartupThread::GetStartupSeconds()