diff options
Diffstat (limited to 'src/emu/ui/inifile.h')
-rw-r--r-- | src/emu/ui/inifile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/ui/inifile.h b/src/emu/ui/inifile.h index 5a90b0d3d83..5c9e7ebdc65 100644 --- a/src/emu/ui/inifile.h +++ b/src/emu/ui/inifile.h @@ -70,7 +70,7 @@ private: // internal state running_machine &m_machine; // reference to our machine std::string m_fullpath; - FILE *fp = nullptr; + FILE *fp = nullptr; }; //------------------------------------------------- @@ -108,7 +108,7 @@ public: private: const char *favorite_filename = "favorites.ini"; - + // current int m_current; |