diff options
Diffstat (limited to 'src/core/ColStore.h')
-rw-r--r-- | src/core/ColStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ColStore.h b/src/core/ColStore.h index 0d686ffd..8e2a3a70 100644 --- a/src/core/ColStore.h +++ b/src/core/ColStore.h @@ -3,7 +3,7 @@ #include "templates.h" struct ColDef { // made up name - int32 a; + int32 unused; bool isLoaded; CRect bounds; char name[20]; |