diff options
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 0c70d4b3e..ee8ee6d38 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -876,7 +876,7 @@ FilmEditor::selected_content () { ContentList sel; long int s = -1; - while (1) { + while (true) { s = _content->GetNextItem (s, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); if (s == -1) { break; |
