summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/slider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/slider.h')
-rw-r--r--src/osd/modules/render/bgfx/slider.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/modules/render/bgfx/slider.h b/src/osd/modules/render/bgfx/slider.h
index 6c3054d7cc2..efff831a4da 100644
--- a/src/osd/modules/render/bgfx/slider.h
+++ b/src/osd/modules/render/bgfx/slider.h
@@ -31,8 +31,8 @@ public:
SLIDER_VEC2
};
- bgfx_slider(slider_type type, std::string name, std::string description, void *defaults, void *min, void *max);
- ~bgfx_slider();
+ bgfx_slider(slider_type type, std::string name, std::string description, void *defaults, void *min, void *max);
+ ~bgfx_slider();
static size_t size(slider_type type);
static size_t storage_size(slider_type type);
@@ -41,9 +41,9 @@ protected:
slider_type m_type;
std::string m_name;
std::string m_description;
- char* m_data;
- char* m_min;
- char* m_max;
+ char* m_data;
+ char* m_min;
+ char* m_max;
};
-#endif // __DRAWBGFX_SLIDER__ \ No newline at end of file
+#endif // __DRAWBGFX_SLIDER__