mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Made menu_file_create::m_ok private (used to be protected)
This commit is contained in:
parent
cac7270d8f
commit
1d1bef77f6
@ -45,12 +45,11 @@ public:
|
||||
protected:
|
||||
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
|
||||
|
||||
bool & m_ok;
|
||||
|
||||
private:
|
||||
virtual void populate() override;
|
||||
virtual void handle() override;
|
||||
|
||||
bool & m_ok;
|
||||
device_image_interface * m_image;
|
||||
std::string & m_current_directory;
|
||||
std::string & m_current_file;
|
||||
|
Loading…
Reference in New Issue
Block a user