diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/paramreader.h')
-rw-r--r-- | src/osd/modules/render/bgfx/paramreader.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osd/modules/render/bgfx/paramreader.h b/src/osd/modules/render/bgfx/paramreader.h index 12df9185dfc..4b31db52528 100644 --- a/src/osd/modules/render/bgfx/paramreader.h +++ b/src/osd/modules/render/bgfx/paramreader.h @@ -18,13 +18,13 @@ class bgfx_parameter; class parameter_reader : public state_reader { public: - static bgfx_parameter* read_from_value(const Value& value); + static bgfx_parameter* read_from_value(const Value& value); private: - static void validate_parameters(const Value& value); + static void validate_parameters(const Value& value); - static const int TYPE_COUNT = 1; - static const string_to_enum TYPE_NAMES[TYPE_COUNT]; + static const int TYPE_COUNT = 1; + static const string_to_enum TYPE_NAMES[TYPE_COUNT]; }; -#endif // __DRAWBGFX_PARAM_READER__
\ No newline at end of file +#endif // __DRAWBGFX_PARAM_READER__ |