git/GitIndexerStatsStructure.st
changeset 9 2783c9882d30
parent 8 4275f357d3e8
child 27 a36a11925d3f
--- a/git/GitIndexerStatsStructure.st	Wed Sep 19 01:08:21 2012 +0000
+++ b/git/GitIndexerStatsStructure.st	Wed Sep 19 09:02:34 2012 +0000
@@ -8,6 +8,14 @@
 !
 
 
+!GitIndexerStatsStructure class methodsFor:'instance creation'!
+
+new
+    ^self new: self structSize
+
+    "Created: / 19-09-2012 / 09:57:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !GitIndexerStatsStructure class methodsFor:'accessing'!
 
 libraryName