VDBMemoryApplication.st
changeset 125 3c57c6e9a9e9
parent 82 f1ff8319d4e6
child 126 6f8886624595
--- a/VDBMemoryApplication.st	Mon Oct 08 08:24:14 2018 +0100
+++ b/VDBMemoryApplication.st	Sun Oct 28 14:34:08 2018 +0000
@@ -14,7 +14,7 @@
 	instanceVariableNames:'addressHolder sizeIndexHolder formatHolder memoryHolder
 		numRowsHolder numColsHolder'
 	classVariableNames:'Sizes LastSizeIndex LastFormat'
-	poolDictionaries:'GDBOutputFormats'
+	poolDictionaries:''
 	category:'VDB-UI-Others'
 !
 
@@ -274,7 +274,7 @@
 !
 
 formatList
-    ^ GDBOutputFormats all
+    ^ GDBOutputFormat all
 
     "Created: / 26-01-2018 / 00:49:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !