Bryan Drewery 19 tahun lalu
induk
melakukan
90bb259e43
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 
     void AllocTempfile();			//constructor with file prefix
-    void Tempfile::my_close();
+    void my_close();
     ~Tempfile();				//destructor
     static bool FindDir();