MCSnapshotBrowser.st
branchjv
changeset 995 92bb466548a9
parent 597 4db2df739520
child 1121 c5661215109c
--- a/MCSnapshotBrowser.st	Thu Apr 30 21:53:12 2015 +0200
+++ b/MCSnapshotBrowser.st	Sun May 10 05:53:16 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 MCCodeTool subclass:#MCSnapshotBrowser
 	instanceVariableNames:'categorySelection classSelection protocolSelection
 		methodSelection switch'
@@ -382,3 +384,4 @@
 version
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotBrowser.st,v 1.2 2012-09-11 21:14:41 cg Exp $'
 ! !
+