~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/ui_basic/listselect.h

  • Committer: The Widelands Bunnybot
  • Date: 2021-12-30 20:11:15 UTC
  • Revision ID: bunnybot@widelands.org-20211230201115-636kyp607bco11an
Replace Boost::Asio → Asio (#5164)

Co-authored-by: Tóth András <txa-dev@posteo.hu>

(by Noordfrees)
7841615f6a955b941058acc5d9deb98e6e1b2dc0

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                                     const std::string& hotkey_text,
137
137
                                     const unsigned indent,
138
138
                                     const UI::TableStyleInfo& style);
 
139
                ~EntryRecord();
139
140
 
140
141
                const std::string name;
141
142
                const uint32_t entry_;