Show: Delphi
C++
Display Preferences
E2165 Destructor cannot have a return type specification (C++)
From RAD Studio
Go Up to Compiler Errors And Warnings (C++) Index
C++ destructors never return a value, and you can't declare a return type or return a value.