summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/paramreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/paramreader.h')
-rw-r--r--src/osd/modules/render/bgfx/paramreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/paramreader.h b/src/osd/modules/render/bgfx/paramreader.h
index 98f9fa393f0..5b48c08251a 100644
--- a/src/osd/modules/render/bgfx/paramreader.h
+++ b/src/osd/modules/render/bgfx/paramreader.h
@@ -21,7 +21,7 @@ public:
static bgfx_parameter* read_from_value(const Value& value, std::string prefix, uint32_t window_index);
private:
- static void validate_parameters(const Value& value, std::string prefix);
+ static bool validate_parameters(const Value& value, std::string prefix);
static const int TYPE_COUNT = 3;
static const string_to_enum TYPE_NAMES[TYPE_COUNT];