Skip to content

Commit

Permalink
Make TInitPriority scoped enum
Browse files Browse the repository at this point in the history
  • Loading branch information
UweRaabe committed Jun 16, 2022
1 parent 7d9e721 commit 93518f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Cmon.Initializing.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ interface
/// The order in which each group of procedures with the same priority is
/// called.
/// </summary>
{$SCOPEDENUMS ON}
TInitPriority = (VeryEarly, Early, Normal, Late, VeryLate);
{$SCOPEDENUMS OFF}

TInitialize = record
strict private
class var
Expand Down

0 comments on commit 93518f4

Please sign in to comment.