Skip to content

Consider turning class SRSBNDCRTVeto into a struct: #172

@kjplows

Description

@kjplows

Consider turning this class into a struct:

  struct SRSBNDCRTVeto
    {

C++ class and struct are identical in all aspects except that the former has access default to private (and here you need to immediately override it with public:) while the latter has default public.

Originally posted by @PetrilloAtWork in #159 (comment)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Issues

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions