Compiler Warning (level 3) C4520

'class' : multiple default constructors specified

There were multiple default constructors specified for the given class. The first constructor was used.

Make sure that there is only one default constructor defined.


Send feedback to MSDN.Look here for MSDN Online resources.