E2165 Destructor cannot have a return type specification (C++)

From RAD Studio
Jump to: navigation, search

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.