Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (level 4) C4432

Error Message

a destructor in a ref-class must have public accessibility; changing to public access

The compiler made a destructor public. To resolve this warning, explicitly put the destructor in a public section of the class.

For more information, see Destructors and Finalizers in Visual C++.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.