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.
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.