Skip to content

Commit

Permalink
FIX: Incorrect merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespetts committed Jun 2, 2024
1 parent b95368b commit 8c0ae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/schedule_gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class entry_index_scrollitem_t : public gui_scrolled_list_t::const_text_scrollit

public:
uint16 unique_entry_id;
entry_index_scrollitem_t(uint8 entry_index, schedule_entry_t entry) : gui_scrolled_list_t::const_text_scrollitem_t(NULL, color_idx_to_rgb(SYSCOL_TEXT)) {
entry_index_scrollitem_t(uint8 entry_index, schedule_entry_t entry) : gui_scrolled_list_t::const_text_scrollitem_t(NULL, SYSCOL_TEXT) {
index=entry_index;
unique_entry_id = entry.unique_entry_id;
}
Expand Down

0 comments on commit 8c0ae8e

Please sign in to comment.