Bryan Drewery 19 лет назад
Родитель
Сommit
90bb259e43
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/misc_file.h

+ 1 - 1
src/misc_file.h

@@ -25,7 +25,7 @@ class Tempfile
     Tempfile(const char *prefix);		//constructor with file prefix
     Tempfile(const char *prefix);		//constructor with file prefix
 
 
     void AllocTempfile();			//constructor with file prefix
     void AllocTempfile();			//constructor with file prefix
-    void Tempfile::my_close();
+    void my_close();
     ~Tempfile();				//destructor
     ~Tempfile();				//destructor
     static bool FindDir();
     static bool FindDir();