summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/suppressorreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/suppressorreader.h')
-rw-r--r--src/osd/modules/render/bgfx/suppressorreader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osd/modules/render/bgfx/suppressorreader.h b/src/osd/modules/render/bgfx/suppressorreader.h
index c69b45dc83b..fc0a3f1cb8b 100644
--- a/src/osd/modules/render/bgfx/suppressorreader.h
+++ b/src/osd/modules/render/bgfx/suppressorreader.h
@@ -25,9 +25,8 @@ public:
static bgfx_suppressor* read_from_value(const Value& value, std::string prefix, std::map<std::string, bgfx_slider*>& sliders);
private:
- static void get_values(const Value& value, std::string prefix, std::string name, int* values, const int count);
-
- static void validate_parameters(const Value& value, std::string prefix);
+ static bool get_values(const Value& value, std::string prefix, std::string name, int* values, const int count);
+ static bool validate_parameters(const Value& value, std::string prefix);
static const int CONDITION_COUNT = 2;
static const string_to_enum CONDITION_NAMES[CONDITION_COUNT];