12 lines
310 B
Text
12 lines
310 B
Text
Index: src/fpt.hxx
|
|
--- src/fpt.hxx.orig
|
|
+++ src/fpt.hxx
|
|
@@ -18,7 +18,7 @@ class FPT {
|
|
public:
|
|
FPT();
|
|
FPT(const INT TableSize);
|
|
- PFILE ffopen(const STRING& FileName, const PCHR Type);
|
|
+ PFILE ffopen(const STRING& FileName, const char* Type);
|
|
INT ffclose(PFILE FilePointer);
|
|
void CloseAll();
|
|
~FPT();
|