summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/chain.h')
-rw-r--r--src/osd/modules/render/bgfx/chain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/chain.h b/src/osd/modules/render/bgfx/chain.h
index 4e7a0587cd9..eff50f2aedb 100644
--- a/src/osd/modules/render/bgfx/chain.h
+++ b/src/osd/modules/render/bgfx/chain.h
@@ -42,15 +42,15 @@ public:
private:
std::string m_name;
std::string m_author;
- bool m_transform;
- target_manager& m_targets;
+ bool m_transform;
+ target_manager& m_targets;
std::vector<bgfx_slider*> m_sliders;
std::vector<bgfx_parameter*> m_params;
std::vector<bgfx_chain_entry*> m_entries;
- std::vector<bgfx_target*> m_target_list;
+ std::vector<bgfx_target*> m_target_list;
std::map<std::string, bgfx_slider*> m_slider_map;
int64_t m_current_time;
- uint32_t m_screen_index;
+ uint32_t m_screen_index;
};
#endif // __DRAWBGFX_CHAIN__