E2200 Functions may not be part of a struct or union (C++)

From RAD Studio
Jump to: navigation, search

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

This C struct or union field was declared to be of type function rather than pointer to function.

Functions as fields are allowed only in C++.