git/GitStructure.st
changeset 10 3d98ee6c5c64
parent 8 4275f357d3e8
child 16 83e178bfe891
--- a/git/GitStructure.st	Wed Sep 19 09:02:34 2012 +0000
+++ b/git/GitStructure.st	Wed Sep 19 13:18:31 2012 +0000
@@ -8,6 +8,14 @@
 !
 
 
+!GitStructure class methodsFor:'instance creation'!
+
+address: address
+    ^self address: address size: self structSize.
+
+    "Created: / 19-09-2012 / 14:04:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !GitStructure class methodsFor:'accessing'!
 
 structSize