Made the datasheet number cases from 1 instead of zero.
[pspp-builds.git] / src / ui / gui / psppire-data-store.h
index ac1ce8f0c8437581ccdff4ddcbf8675990b8afa2..27bea1c00f8829e4a1e90379f98e2375eab6c339 100644 (file)
@@ -25,6 +25,9 @@
 #include "psppire-dict.h"
 #include "psppire-case-file.h"
 
+#define FIRST_CASE_NUMBER 1
+
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */