Skip to content

Commit

Permalink
Fix "extra ;" warning (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlachs authored Apr 8, 2024
1 parent 65781b7 commit 6e63418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ads_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ enum SideBarLocation
SideBarBottom,
SideBarNone
};
Q_ENUMS(SideBarLocation);
Q_ENUMS(SideBarLocation)


namespace internal
Expand Down

0 comments on commit 6e63418

Please sign in to comment.