diff options
| author | 2015-01-28 09:20:10 +0100 | |
|---|---|---|
| committer | 2015-01-28 09:20:10 +0100 | |
| commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
| tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/lib/util/palette.h | |
| parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) | |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/lib/util/palette.h')
| -rw-r--r-- | src/lib/util/palette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/palette.h b/src/lib/util/palette.h index 0992655ee3c..23d11416053 100644 --- a/src/lib/util/palette.h +++ b/src/lib/util/palette.h @@ -171,7 +171,7 @@ public: // entry list getters const rgb_t *entry_list_raw() const { return m_entry_color; } const dynamic_array<rgb_t> *entry_list_adjusted_darray() const { return &m_adjusted_color; } - const rgb_t *entry_list_adjusted() const { return m_adjusted_color; } + const rgb_t *entry_list_adjusted() const { return m_adjusted_color; } const rgb_t *entry_list_adjusted_rgb15() const { return m_adjusted_rgb15; } // group adjustments |
