diff options
author | 2016-07-12 13:09:42 +1000 | |
---|---|---|
committer | 2016-07-12 13:09:42 +1000 | |
commit | 31c4a813698b8aba24036efb80c09101d0a8694e (patch) | |
tree | cf9abfabd3eadbf9cf79d51939872b0be40af138 /src/frontend/mame/ui/menu.h | |
parent | 203c8ffbdbaa9046cde09af1d6355d202cbe0341 (diff) |
misc fixes (nw)
* remove a temporary
* fix deps
* remove a vestigial member
* play nicer with dotfiles
* play nicer with pch
Diffstat (limited to 'src/frontend/mame/ui/menu.h')
-rw-r--r-- | src/frontend/mame/ui/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/menu.h b/src/frontend/mame/ui/menu.h index ab9799371f0..3c74031852d 100644 --- a/src/frontend/mame/ui/menu.h +++ b/src/frontend/mame/ui/menu.h @@ -267,7 +267,7 @@ private: void add_cleanup_callback(cleanup_callback &&callback); bitmap_argb32 *bgrnd_bitmap() { return m_bgrnd_bitmap.get(); } - render_texture * bgrnd_texture() { return m_bgrnd_texture.get(); } + render_texture *bgrnd_texture() { return m_bgrnd_texture.get(); } void reset_topmost(reset_options options) { if (m_stack) m_stack->reset(options); } |