Skip to content

Commit

Permalink
[#3771] Initialize class vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed May 15, 2024
1 parent 78c548f commit 5017806
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ BaselineOfGToolkitPrerequisites >> postLoadGToolkit: spec [
WeakArray
addClassVarNamed: 'MournLoopProcess';
addClassVarNamed: 'StopRequested';
addClassVarNamed: 'StoppedSemaphore'.
addClassVarNamed: 'StoppedSemaphore';
initialize.
]

0 comments on commit 5017806

Please sign in to comment.