This commit is contained in:
Igor Pavlov
2011-04-11 00:00:00 +00:00
committed by Kornel Lesiński
parent de4f8c22fe
commit 35596517f2
322 changed files with 9989 additions and 7759 deletions

View File

@@ -1,7 +1,7 @@
// TempFiles.h
#ifndef __TEMPFILES_H
#define __TEMPFILES_H
#ifndef __TEMP_FILES_H
#define __TEMP_FILES_H
#include "Common/MyString.h"
@@ -9,7 +9,7 @@ class CTempFiles
{
void Clear();
public:
UStringVector Paths;
FStringVector Paths;
~CTempFiles() { Clear(); }
};