Skip to content

Commit

Permalink
Merge pull request #17470 from guillep/fix-ring-var
Browse files Browse the repository at this point in the history
Fix ring global variable
  • Loading branch information
MarcusDenker authored Dec 2, 2024
2 parents bf940cf + d3289fa commit 2132280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ring-Core/RGGlobalVariable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A global variable definition
"
Class {
#name : 'RGGlobalVariable',
#superclass : 'RGObject',
#superclass : 'RGVariable',
#category : 'Ring-Core-Kernel',
#package : 'Ring-Core',
#tag : 'Kernel'
Expand Down

0 comments on commit 2132280

Please sign in to comment.