Bryan Drewery пре 19 година
родитељ
комит
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
 
     void AllocTempfile();			//constructor with file prefix
-    void Tempfile::my_close();
+    void my_close();
     ~Tempfile();				//destructor
     static bool FindDir();