diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-28 00:49:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-28 00:49:54 +0200 |
| commit | 91152d27421ae3674c782a644e23df1a9dbc8f42 (patch) | |
| tree | b159ac36884f8f7c578d999ff33dd7e3012f2773 /src/wx/gl_video_view.h | |
| parent | 76fa6543691330bcbf911ab77b2e1133fb70ada7 (diff) | |
Rename _playing_condition -> _thread_work_condition.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index 84d97c751..f129b6ed5 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -71,7 +71,7 @@ private: boost::thread _thread; boost::mutex _playing_mutex; - boost::condition _playing_condition; + boost::condition _thread_work_condition; bool _playing; bool _one_shot; |
