E2446 Function definition cannot be a typedef'ed declaration (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

In ANSI C, a function body cannot be defined using a typedef with a function Type.

Redefine the function body.