Made menu_file_create::m_ok private (used to be protected)

This commit is contained in:
Nathan Woods 2016-07-10 16:15:44 -04:00
parent cac7270d8f
commit 1d1bef77f6

View File

@ -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;