... Unexpected token, probably type is missing? & Function already defined and has different type - page 2

 
Yu Sung Lai:

I also found the same error in codebase, can someone help me correct it, thank you~~

https://www.mql5.com/en/code/159

***

Please insert the code correctly: when editing a message, press the button  Codeand paste your code into the pop-up window. (The first time I corrected your message)
 
Yu Sung Lai:

I also found the same error in codebase, can someone help me correct it, thank you~~

https://www.mql5.com/en/code/159

***

Use:

//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void CGuruEx01::Deinit()
  {
   Initialized=false;

   Print("DeInitialized OK");
  }
 
Thank you very much~~
Reason: