Skip to content

MainView (mainview.hpp/cpp) should use unique_ptr's to hold the subviews #32

@ras0219

Description

@ras0219

HelpView/UnitView/AnnounceView/etc should be held in unique_ptr's so they get cleaned up if MainView is ever deleted.

In the current code, this shouldn't ever happen so it isn't really important, but we should (generally) avoid raw pointers when possible.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions