Skip to content

Commit

Permalink
Use enum class for AnnouncementType
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Feb 3, 2025
1 parent b751b16 commit e0dd62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appOPHD/UI/MajorEventAnnouncement.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MajorEventAnnouncement : public Window
{
public:

enum AnnouncementType
enum class AnnouncementType
{
ANNOUNCEMENT_COLONY_SHIP_CRASH,
ANNOUNCEMENT_COLONY_SHIP_CRASH_WITH_COLONISTS
Expand Down

0 comments on commit e0dd62e

Please sign in to comment.