GDBThreadEvent.st
changeset 45 deb908479a37
parent 36 095c4b0b74d3
child 78 c24e7d8bc881
--- a/GDBThreadEvent.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBThreadEvent.st	Tue Sep 23 23:48:13 2014 +0100
@@ -9,10 +9,10 @@
 
 !GDBThreadEvent class methodsFor:'accessing - GDB value descriptors'!
 
-gdbValueDescriptor
-    ^ (super gdbValueDescriptor)
-        define: #id as: Integer;
-        define: #'group-id' as: String;
+description
+    ^ (super description)
+        define:#id as:Integer;
+        define:#'group-id' as:String;
         yourself
 
     "Created: / 06-09-2014 / 02:08:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"