Skip to content

Commit

Permalink
Merge pull request #5554 from estebanlm/fix-predebug-error
Browse files Browse the repository at this point in the history
fix-predebug-error
  • Loading branch information
Ducasse committed Jan 22, 2020
2 parents e8562c1 + c7c95a8 commit 0932da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GT-Debugger/GTSpecPreDebugActionsPresenter.class.st
Expand Up @@ -6,6 +6,8 @@ I'll collect the actions via pragmas and create button presenters for them.
Class {
#name : #GTSpecPreDebugActionsPresenter,
#superclass : #SpPresenter,
#traits : 'SpTDynamicPresenter',
#classTraits : 'SpTDynamicPresenter classTrait',
#category : #'GT-Debugger-UI'
}

Expand Down

0 comments on commit 0932da8

Please sign in to comment.