summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/pluginopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/pluginopts.h')
-rw-r--r--src/frontend/mame/pluginopts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/mame/pluginopts.h b/src/frontend/mame/pluginopts.h
index c722fb8e2a2..3565f5d9e78 100644
--- a/src/frontend/mame/pluginopts.h
+++ b/src/frontend/mame/pluginopts.h
@@ -23,9 +23,9 @@ struct plugin
{
std::string m_name;
std::string m_description;
- std::string m_type;
- std::string m_directory;
- bool m_start;
+ std::string m_type;
+ std::string m_directory;
+ bool m_start;
};