Jelajahi Sumber

file_util: Make IOFile data members private

Lioncash 10 tahun lalu
induk
melakukan
3ee4432fe3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/common/file_util.h

+ 1 - 0
src/common/file_util.h

@@ -260,6 +260,7 @@ public:
     // clear error state
     void Clear() { m_good = true; std::clearerr(m_file); }
 
+private:
     std::FILE* m_file;
     bool m_good;
 };