summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/project.h b/common/project.h
index c00f802..9336133 100644
--- a/common/project.h
+++ b/common/project.h
@@ -26,10 +26,10 @@ class Matrix;
typedef struct UNDOINFO
{
- File file;
+ FileMem file;
char strText[21];
UNDOINFO* pNext;
- UNDOINFO() : file(true) { pNext = NULL; };
+ UNDOINFO() { pNext = NULL; };
} UNDOINFO;
class Project