diff options
Diffstat (limited to 'src/wx/dcpomatic_choice.h')
| -rw-r--r-- | src/wx/dcpomatic_choice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcpomatic_choice.h b/src/wx/dcpomatic_choice.h index 5417c1aa2..fde6a8cbb 100644 --- a/src/wx/dcpomatic_choice.h +++ b/src/wx/dcpomatic_choice.h @@ -40,6 +40,7 @@ public: void set_entries(wxArrayString const& entries); void clear(); + int size() const; void set(int index); void set_by_data(wxString const& data); |
